TokenProvider.OnBeginGetToken Method

Definition

Executes upon calling the BeginGetToken method.

protected abstract IAsyncResult OnBeginGetToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginGetToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginGetToken (appliesTo As String, action As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

appliesTo
String

The URI which the access token applies to.

action
String

The request action.

timeout
TimeSpan

The time span that specifies the timeout value for the message that gets the security token.

callback
AsyncCallback

An AsyncCallback delegate that references the method to invoke when the operation is complete.

state
Object

A user-defined object that contains state information about the asynchronous operation.

Returns

An IAsyncResult object that references the asynchronous operation to get a token.

Applies to