ICommunicationObject.EndClose(IAsyncResult) Methode

Definition

Schließt einen asynchronen Vorgang zum Schließen eines Kommunikationsobjekts ab.

public:
 void EndClose(IAsyncResult ^ result);
public void EndClose(IAsyncResult result);
abstract member EndClose : IAsyncResult -> unit
Public Sub EndClose (result As IAsyncResult)

Parameter

result
IAsyncResult

Dies IAsyncResult wird von einem Aufruf der BeginClose Methode zurückgegeben.

Ausnahmen

BeginClose wurde für ein Objekt im Faulted Zustand aufgerufen.

Das Timeout verstrichen, bevor die ICommunicationObject Kulanz geschlossen werden konnte.

Gilt für: