OAuthTokenProvider.OnBeginGetWebToken Méthode

Définition

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

protected override IAsyncResult OnBeginGetWebToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginGetWebToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginGetWebToken (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 web 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 à