Class AsyncLocalAmbientDataContext
Inheritance
System.Object
AsyncLocalAmbientDataContext
Assembly: Volo.Abp.Threading.dll
Syntax
public class AsyncLocalAmbientDataContext : object, IAmbientDataContext, ISingletonDependency
Methods
GetData(String)
Declaration
public object GetData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Object |
|
SetData(String, Object)
Declaration
public void SetData(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Implements
Extension Methods