Class CachedTestObject
Inheritance
object
CachedTestObject
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DynamicProxy
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public class CachedTestObject
Constructors
CachedTestObject()
Declaration
public CachedTestObject()
Methods
GetValue(int)
Declaration
public virtual int GetValue(int v)
Parameters
| Type | Name | Description |
|---|---|---|
| int | v |
Returns
| Type | Description |
|---|---|
| int |
GetValueAsync(int)
Declaration
public virtual Task<int> GetValueAsync(int v)
Parameters
| Type | Name | Description |
|---|---|---|
| int | v |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |