IssuedSecurityTokenProvider.BeginGetTokenCore Method

Definition

Asynchronously begins getting the token core.

protected:
 override IAsyncResult ^ BeginGetTokenCore(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult BeginGetTokenCore (TimeSpan timeout, AsyncCallback callback, object state);
override this.BeginGetTokenCore : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function BeginGetTokenCore (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

timeout
TimeSpan

A TimeSpan after which the call times out.

callback
AsyncCallback

The AsyncCallback method to execute when the operation completed.

state
Object

An Object that represents the state of the operation.

Returns

An IAsyncResult object that represents the result of an asynchronous operation.

Applies to