SecurityTokenProvider.SecurityTokenAsyncResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
IsCompleted |
Returns |
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) |