GenericTokenServiceClient.BeginCancelGenericToken Method
Begins an asynchronous request that informs the security token service that the security token is no longer needed.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim cancelTarget As IssuedToken
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
Dim genericTokenServiceClient1 As GenericTokenServiceClient
returnValue = genericTokenServiceClient1.BeginCancelGenericToken(cancelTarget, callback, state)
Syntax
'Declaration
Public Overridable Function BeginCancelGenericToken( _
ByVal cancelTarget As IssuedToken, _
ByVal callback As AsyncCallback, _
ByVal state As Object _
) As IAsyncResult
public virtual IAsyncResult BeginCancelGenericToken(
IssuedToken cancelTarget,
AsyncCallback callback,
object state
);
public:
virtual IAsyncResult^ BeginCancelGenericToken(
IssuedToken^ cancelTarget,
AsyncCallback^ callback,
Object^ state
);
public virtual IAsyncResult BeginCancelGenericToken(
IssuedToken cancelTarget,
AsyncCallback callback,
System.Object state
);
public function BeginCancelGenericToken(
cancelTarget : IssuedToken,
callback : AsyncCallback,
state : Object
) : IAsyncResult;
Parameters
- cancelTarget
The IssuedToken that is no longer needed.
- callback
An T:System.AsyncCallback that is called when the asynchronous operation is completed. If callback is null, the delegate is not called.
- state
An object that contains state information for this request.
Return Value
An IAsyncResult that contains the details of the asynchronous request.
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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
GenericTokenServiceClient Class
GenericTokenServiceClient Members
Microsoft.Web.Services3.Security Namespace