ClientBase<TChannel>.ICommunicationObject.BeginOpen Méthode

Définition

Commence une opération asynchrone pour ouvrir l’objet ClientBase<TChannel> .

Surcharges

Nom Description
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

Commence une opération asynchrone pour ouvrir l’objet ClientBase<TChannel> dans un intervalle de temps spécifié.

ICommunicationObject.BeginOpen(AsyncCallback, Object)

Commence une opération asynchrone pour ouvrir l’objet ClientBase<TChannel> .

ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

Source:
ClientBase.cs
Source:
ClientBase.cs
Source:
ClientBase.cs

Commence une opération asynchrone pour ouvrir l’objet ClientBase<TChannel> dans un intervalle de temps spécifié.

 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginOpen;
IAsyncResult ICommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Function BeginOpen (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginOpen

Paramètres

timeout
TimeSpan

Heure à laquelle l’appel doit se terminer.

callback
AsyncCallback

Méthode qui reçoit le rappel à la fin.

state
Object

Données d’état.

Retours

Qui IAsyncResult fait référence à l’opération d’ouverture asynchrone.

Implémente

Remarques

Pour plus d’informations, consultez System.ServiceModel.Channels.CommunicationObject.

S’applique à

ICommunicationObject.BeginOpen(AsyncCallback, Object)

Source:
ClientBase.cs
Source:
ClientBase.cs
Source:
ClientBase.cs

Commence une opération asynchrone pour ouvrir l’objet ClientBase<TChannel> .

 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginOpen(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginOpen;
IAsyncResult ICommunicationObject.BeginOpen(AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginOpen : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginOpen : AsyncCallback * obj -> IAsyncResult
Function BeginOpen (callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginOpen

Paramètres

callback
AsyncCallback

Méthode qui reçoit le rappel à la fin.

state
Object

Données d’état.

Retours

Qui IAsyncResult fait référence à l’opération d’ouverture asynchrone.

Implémente

Remarques

Pour plus d’informations, consultez System.ServiceModel.Channels.CommunicationObject.

S’applique à