Chat Support
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.

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

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