OAuthTokenProvider.OnBeginGetToken Méthode

Définition

Récupère un jeton lorsque le fournisseur commence.

protected override IAsyncResult OnBeginGetToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginGetToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginGetToken (appliesTo As String, action As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Paramètres

appliesTo
String

Fournisseur dans lequel le jeton sera appliqué.

action
String

Action.

timeout
TimeSpan

Durée.

callback
AsyncCallback

Rappel.

state
Object

État de l'opération.

Retours

Résultat asynchrone de l'opération.

S’applique à