Class ApplicationServiceClient.OnNewSessionEventDelegate
  
  
  
  
    Inheritance
    System.Object
    ApplicationServiceClient.OnNewSessionEventDelegate
   
  
  Assembly: MAT.Atlas.Automation.Client.dll
  Syntax
  
    public sealed class OnNewSessionEventDelegate : MulticastDelegate
   
  Constructors
  
  
  OnNewSessionEventDelegate(Object, IntPtr)
  
  
  Declaration
  
    public OnNewSessionEventDelegate(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  BeginInvoke(NewSessionEvent, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(NewSessionEvent newSessionEvent, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | NewSessionEvent | 
        newSessionEvent | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  
  Invoke(NewSessionEvent)
  
  
  Declaration
  
    public virtual void Invoke(NewSessionEvent newSessionEvent)
   
  Parameters