SecurityTokenProvider.SecurityTokenAsyncResult Class

Definition

Encapsulates the results of an asynchronous operation on a delegate.

public protected ref class SecurityTokenProvider::SecurityTokenAsyncResult : IAsyncResult
protected internal class SecurityTokenProvider.SecurityTokenAsyncResult : IAsyncResult
Protected Friend Class SecurityTokenProvider.SecurityTokenAsyncResult
Implements IAsyncResult
Inheritance
SecurityTokenProvider.SecurityTokenAsyncResult
Implements

Constructors

SecurityTokenProvider.SecurityTokenAsyncResult(SecurityToken, AsyncCallback, Object)

Creates a new instance of SecurityTokenProvider.SecurityTokenAsyncResult.

Properties

AsyncState

Gets the object passed as the last parameter of the asynchronous method call.

AsyncWaitHandle

Gets a WaitHandle that encapsulates Win32 synchronization handles.

CompletedSynchronously

Returns true if the call completed asynchronously; otherwise, false.

IsCompleted

Returns true if the asynchronous call is completed; otherwise, false.

Methods

End(IAsyncResult)

Complete the asynchronous operation with the specified result.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to