Delegate UFUndo.MiscCbFT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate UFUndo.MiscCbRet MiscCbFT(int mark_id, IntPtr closure);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        mark_id | 
         | 
      
      
        | System.IntPtr | 
        closure | 
         | 
      
    
  
  Returns
  
  Constructors
  
  
  
  
  MiscCbFT(Object, IntPtr)
  
  
  Declaration
  
    public MiscCbFT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Int32, IntPtr, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(int mark_id, IntPtr closure, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        mark_id | 
         | 
      
      
        | System.IntPtr | 
        closure | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual UFUndo.MiscCbRet EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
  
  
  
  Invoke(Int32, IntPtr)
  
  
  Declaration
  
    public virtual UFUndo.MiscCbRet Invoke(int mark_id, IntPtr closure)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        mark_id | 
         | 
      
      
        | System.IntPtr | 
        closure | 
         | 
      
    
  
  Returns