MailboxExtensionEventArgs<TResult> Class

 

Provides data for the EventHandler<TEventArgs> event handler to be used with asynchronous methods in the IMailboxExtension interface.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

System::Object
  System::EventArgs
    System.ComponentModel::AsyncCompletedEventArgs
      Microsoft.WindowsServerSolutions.Common::MailboxExtensionEventArgs<TResult>

generic<typename TResult>
public ref class MailboxExtensionEventArgs : AsyncCompletedEventArgs

Type Parameters

TResult

A type parameter that represents the type of the result that is returned by the event handler.

NameDescription
System_CAPS_pubmethodMailboxExtensionEventArgs<TResult>(TResult, MailboxExtensionException^)

Initializes a new instance of the MailboxExtensionEventArgs<TResult> class.

NameDescription
System_CAPS_pubpropertyCancelled

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyError

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyResult

Gets the result that is returned by the event handler.

System_CAPS_pubpropertyUserState

(Inherited from AsyncCompletedEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaiseExceptionIfNecessary()

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: