ClientBase<TChannel>.ICommunicationObject.BeginClose Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Startet einen asynchronen Vorgang zum Schließen der ClientBase<TChannel>.
Überlädt
| Name | Beschreibung |
|---|---|
| ICommunicationObject.BeginClose(AsyncCallback, Object) |
Startet einen asynchronen Vorgang zum Schließen der ClientBase<TChannel>. |
| ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) |
Startet einen asynchronen Vorgang zum Schließen des ClientBase<TChannel> Vorgangs mit einem angegebenen Timeout. |
ICommunicationObject.BeginClose(AsyncCallback, Object)
- Quelle:
- ClientBase.cs
- Quelle:
- ClientBase.cs
- Quelle:
- ClientBase.cs
Startet einen asynchronen Vorgang zum Schließen der 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
Parameter
- callback
- AsyncCallback
Die Methode, die den Rückruf nach Abschluss empfängt.
- state
- Object
Die Statusdaten.
Gibt zurück
Der IAsyncResult Verweis auf den asynchronen Schließen-Vorgang.
Implementiert
Hinweise
Weitere Informationen finden Sie unter System.ServiceModel.Channels.CommunicationObject.
Gilt für:
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
- Quelle:
- ClientBase.cs
- Quelle:
- ClientBase.cs
- Quelle:
- ClientBase.cs
Startet einen asynchronen Vorgang zum Schließen des ClientBase<TChannel> Vorgangs mit einem angegebenen Timeout.
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
Parameter
- timeout
- TimeSpan
Der Zeitraum, in dem der Anruf abgeschlossen werden muss.
- callback
- AsyncCallback
Das Rückrufobjekt, das aufgerufen wird, wenn der Vorgang abgeschlossen ist.
- state
- Object
Die Statusdaten.
Gibt zurück
Der IAsyncResult Verweis auf den asynchronen Begin Close-Vorgang.
Implementiert
Hinweise
Weitere Informationen finden Sie unter System.ServiceModel.Channels.CommunicationObject.