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
  Inherited Members
Properties
| Name | Description | 
|---|---|
| Current | Gets the current context.  | 
      
| Id | Gets the unique identifier for the current context.  | 
      
Methods
| Name | Description | 
|---|---|
| New() | Replaces the current context with a new context.  |