Interface IAsyncRequestContext
public interface IAsyncRequestContext : IRequestContext
  - Inherited Members
 
Properties
Callback
AsyncCallback Callback { get; }
  Property Value
State
object State { get; }
  public interface IAsyncRequestContext : IRequestContext
  AsyncCallback Callback { get; }
  object State { get; }