Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim dispatchContext As DispatchContext
Dim asyncCallback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = Me.BeginDispatchRequest(dispatchContext, asyncCallback, asyncState)
|
Syntax
Visual Basic |
Protected Overridable Function BeginDispatchRequest ( _
dispatchContext As DispatchContext, _
asyncCallback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
|
C# |
protected virtual IAsyncResult BeginDispatchRequest (
DispatchContext dispatchContext,
AsyncCallback asyncCallback,
Object asyncState
)
|
C++ |
protected:
virtual IAsyncResult^ BeginDispatchRequest (
DispatchContext^ dispatchContext,
AsyncCallback^ asyncCallback,
Object^ asyncState
)
|
J# |
protected IAsyncResult BeginDispatchRequest (
DispatchContext dispatchContext,
AsyncCallback asyncCallback,
Object asyncState
)
|
JScript |
protected function BeginDispatchRequest (
dispatchContext : DispatchContext,
asyncCallback : AsyncCallback,
asyncState : Object
) : IAsyncResult
|
Parameters
- dispatchContext
- asyncCallback
- asyncState
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.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also