Class CachedTestObject
Inherited Members
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 |
|---|---|
| Task<int> |