ClientBase<TChannel>.ICommunicationObject.BeginClose Metodo

Definizione

Avvia un'operazione asincrona per chiudere .ClientBase<TChannel>

Overload

Nome Descrizione
ICommunicationObject.BeginClose(AsyncCallback, Object)

Avvia un'operazione asincrona per chiudere .ClientBase<TChannel>

ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)

Avvia un'operazione asincrona per chiudere con ClientBase<TChannel> un timeout specificato.

ICommunicationObject.BeginClose(AsyncCallback, Object)

Origine:
ClientBase.cs
Origine:
ClientBase.cs
Origine:
ClientBase.cs

Avvia un'operazione asincrona per chiudere .ClientBase<TChannel>

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

Parametri

callback
AsyncCallback

Metodo che riceve il callback al completamento.

state
Object

Dati sullo stato.

Valori restituiti

Oggetto IAsyncResult che fa riferimento all'operazione di chiusura asincrona.

Implementazioni

Commenti

Per altre informazioni, vedere System.ServiceModel.Channels.CommunicationObject.

Si applica a

ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)

Origine:
ClientBase.cs
Origine:
ClientBase.cs
Origine:
ClientBase.cs

Avvia un'operazione asincrona per chiudere con ClientBase<TChannel> un timeout specificato.

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

Parametri

timeout
TimeSpan

Periodo entro il quale deve essere completata la chiamata.

callback
AsyncCallback

Oggetto callback richiamato al termine dell'operazione.

state
Object

Dati sullo stato.

Valori restituiti

Oggetto IAsyncResult che fa riferimento all'operazione di chiusura di inizio asincrona.

Implementazioni

Commenti

Per altre informazioni, vedere System.ServiceModel.Channels.CommunicationObject.

Si applica a