AsyncHandle Constructor
Overloads
| AsyncHandle() | 
             Create a reusable handle to asynchronous method request.  | 
        
      
    |
| AsyncHandle(String) | 
             Create a reusable handle to asynchronous method request  | 
        
      
    
AsyncHandle()
Create a reusable handle to asynchronous method request.
Declaration
      public AsyncHandle()
    
  AsyncHandle(String)
Create a reusable handle to asynchronous method request
Declaration
      public AsyncHandle(string handle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | handle | 
           unique string value  |