Interface IAmbientDataContext
Namespace: Volo.Abp.Threading
Assembly: Volo.Abp.Threading.dll
Syntax
public interface IAmbientDataContext
Methods
GetData(String)
Declaration
object GetData(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.Object |
SetData(String, Object)
Declaration
void SetData(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |