AsyncContext Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Represents an ambient context that is local to a given asynchronous control flow, such as an asynchronous method.
public sealed class AsyncContext
Properties
Current | Gets the current context. |
Id | Gets the unique identifier for the current context. |
Methods
New() | Replaces the current context with a new context. |