TopicClient.OnBeginCreateSender(TimeSpan, AsyncCallback, Object) 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.
Exécute l’action commencer à créer l’expéditeur.
protected abstract IAsyncResult OnBeginCreateSender (TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginCreateSender : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginCreateSender (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- timeout
- TimeSpan
Temps d’attente avant l’expiration de l’opération.
- callback
- AsyncCallback
Délégué AsyncCallback qui fait référence à la méthode à appeler quand l'opération est terminée.
- state
- Object
Objet défini par l'utilisateur qui comporte des informations sur l'opération de réception. Cet objet est passé au Microsoft.ServiceBus.Messaging.TopicClient.EndCreateSender(System.IAsyncResult) lorsque l’opération est terminée.
Retours
IAsyncResult qui fait référence à la méthode parente asynchrone.
S’applique à
Azure SDK for .NET