Delegate UFClone.NotifyCallbackT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate UFClone.NotifyResponse NotifyCallbackT(UFClone.NotifyCb cb, string input_part_specifier, IntPtr data);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UFClone.NotifyCb | 
        cb | 
         | 
      
      
        | System.String | 
        input_part_specifier | 
         | 
      
      
        | System.IntPtr | 
        data | 
         | 
      
    
  
  Returns
  
  Constructors
  
  
  
  
  NotifyCallbackT(Object, IntPtr)
  
  
  Declaration
  
    public NotifyCallbackT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(UFClone.NotifyCb, String, IntPtr, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(UFClone.NotifyCb cb, string input_part_specifier, IntPtr data, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UFClone.NotifyCb | 
        cb | 
         | 
      
      
        | System.String | 
        input_part_specifier | 
         | 
      
      
        | System.IntPtr | 
        data | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual UFClone.NotifyResponse EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
  
  
  
  Invoke(UFClone.NotifyCb, String, IntPtr)
  
  
  Declaration
  
    public virtual UFClone.NotifyResponse Invoke(UFClone.NotifyCb cb, string input_part_specifier, IntPtr data)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UFClone.NotifyCb | 
        cb | 
         | 
      
      
        | System.String | 
        input_part_specifier | 
         | 
      
      
        | System.IntPtr | 
        data | 
         | 
      
    
  
  Returns