System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / ReceiveCompletedEventArgs Class / AsyncResult Property



In This Topic
    AsyncResult Property (ReceiveCompletedEventArgs)
    In This Topic
    Gets or sets the result of the asynchronous operation requested.
    Syntax
    'Declaration
     
    
    Public Property AsyncResult As IAsyncResult
    'Usage
     
    
    Dim instance As ReceiveCompletedEventArgs
    Dim value As IAsyncResult
     
    instance.AsyncResult = value
     
    value = instance.AsyncResult
    public IAsyncResult AsyncResult {get; set;}
    public:
    property IAsyncResult^ AsyncResult {
       IAsyncResult^ get();
       void set (    IAsyncResult^ value);
    }

    Property Value

    A System.IAsyncResult that contains the data associated with the receive operation.
    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