Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / PackageSendEventArgs Class / PackageSendEventArgs Constructor
The number of bytes in the package, if sent succesfully.
The final status of the task
Optional. A display message to complement the result.
Optional. An exception object to allow the caller to do its own interpretation of an exception.

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

    Parameters

    fileSize
    The number of bytes in the package, if sent succesfully.
    result
    The final status of the task
    message
    Optional. A display message to complement the result.
    exception
    Optional. An exception object to allow the caller to do its own interpretation of an exception.
    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