Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElement Class / RecordOperation Method
operation to record


In This Topic
    RecordOperation Method (NDiagramElement)
    In This Topic
    Safely records a custom operation in the history service to which the element is connected
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RecordOperation( _
       ByVal operation As NOperation _
    ) 
    'Usage
     
    
    Dim instance As NDiagramElement
    Dim operation As NOperation
     
    instance.RecordOperation(operation)
    protected virtual void RecordOperation( 
       NOperation operation
    )

    Parameters

    operation
    operation to record
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also