Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / ProcessTransactionResult Method


In This Topic
    ProcessTransactionResult Method
    In This Topic
    Processes the specified transaction result
    Syntax
    'Declaration
     
    
    Public Overridable Sub ProcessTransactionResult( _
       ByVal result As NTransactionResult _
    ) 
    'Usage
     
    
    Dim instance As NView
    Dim result As NTransactionResult
     
    instance.ProcessTransactionResult(result)
    public virtual void ProcessTransactionResult( 
       NTransactionResult result
    )

    Parameters

    result
    Remarks
    This method will analyze the transaction result status and optionally show a view message with details about the problems
    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