Namespace: Microsoft.IdentityModel.Threading
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As AsyncResult |
Syntax
Visual Basic |
---|
Public MustInherit Class AsyncResult Implements IAsyncResult, IDisposable |
C# |
---|
public abstract class AsyncResult : IAsyncResult, IDisposable |
C++ |
---|
public ref class AsyncResult abstract : IAsyncResult, IDisposable |
J# |
---|
public abstract class AsyncResult implements IAsyncResult, IDisposable |
JScript |
---|
public abstract class AsyncResult implements IAsyncResult, IDisposable |
Inheritance Hierarchy
System.Object
Microsoft.IdentityModel.Threading.AsyncResult
Microsoft.IdentityModel.Threading.TypedAsyncResult
Microsoft.IdentityModel.Threading.AsyncResult
Microsoft.IdentityModel.Threading.TypedAsyncResult
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.