SharedAccessSignatureTokenProvider.OnBeginGetToken Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
S’exécute lors de l’appel de la méthode BeginGetToken.
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
URI auquel le jeton d’accès s’applique.
- action
- String
Action de demande.
- timeout
- TimeSpan
Intervalle de temps qui spécifie la valeur de délai d’expiration du message qui obtient le jeton de sécurité.
- callback
- AsyncCallback
Délégué AsyncCallback qui référence la méthode à appeler lorsque l’opération est terminée.
- state
- Object
Objet défini par l’utilisateur qui contient des informations d’état sur l’opération asynchrone.
Retours
Résultat de l'opération.
S’applique à
Azure SDK for .NET