Partager via


EventHubClient.OnBeginOpen(TimeSpan, AsyncCallback, Object) Méthode

Définition

Exécute l’action de début ouvert.

protected override IAsyncResult OnBeginOpen (TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginOpen (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 délégué EndOpen une fois l’opération terminée.

Retours

IAsyncResult qui fait référence à l’opération Open asynchrone.

S’applique à