Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As IWSTrustChannelContract Dim result As IAsyncResult Dim response As RequestSecurityTokenResponse instance.EndCancel(result, response) |
Syntax
Visual Basic |
---|
Sub EndCancel ( _ result As IAsyncResult, _ <OutAttribute> ByRef response As RequestSecurityTokenResponse _ ) |
C# |
---|
void EndCancel ( IAsyncResult result, out RequestSecurityTokenResponse response ) |
C++ |
---|
void EndCancel ( IAsyncResult^ result, [OutAttribute] RequestSecurityTokenResponse^% response ) |
J# |
---|
void EndCancel ( IAsyncResult result, /** @attribute OutAttribute() */ /** @ref */ RequestSecurityTokenResponse response ) |
JScript |
---|
|
Parameters
- result
- response
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.