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 |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| object |
SetData(string, object?)
Declaration
void SetData(string key, object? value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| object | value |