Loupe - Log - Monitor - Resolve
Gibraltar Namespace / AsyncTaskResultEventArgs Class / AsyncTaskResultEventArgs Constructor / AsyncTaskResultEventArgs Constructor(AsyncTaskResult,String)
The final status of the task
Optional. A display message to complement the result.

In This Topic
    AsyncTaskResultEventArgs Constructor(AsyncTaskResult,String)
    In This Topic
    Create a new result arguments object from the provided information
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal result As AsyncTaskResult, _
       ByVal message As String _
    )
    public AsyncTaskResultEventArgs( 
       AsyncTaskResult result,
       string message
    )

    Parameters

    result
    The final status of the task
    message
    Optional. A display message to complement the result.
    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