AuthorizedHostOperationCompletedEventArgs Class

Definition

Represents the AuthorizedHostOperationCompleted event handler arguments.

public ref class AuthorizedHostOperationCompletedEventArgs : EventArgs
public class AuthorizedHostOperationCompletedEventArgs : EventArgs
Public Class AuthorizedHostOperationCompletedEventArgs
Inherits EventArgs
Inheritance
AuthorizedHostOperationCompletedEventArgs

Constructors

AuthorizedHostOperationCompletedEventArgs(Guid, Int32, String)

Constructor

Properties

Exception

Result of the operation. A null value equals success, otherwise, an exception describes the error.

Instance

Instance ID of the authorized host for the completed operation.

Applies to