Interface IAsyncManagerContainer
Provides a container for the asynchronous manager object.
public interface IAsyncManagerContainer
Properties
AsyncManager
Gets the asynchronous manager object.
AsyncManager AsyncManager { get; }
Property Value
- AsyncManager
The asynchronous manager object.