ICommunicationObject.EndOpen(IAsyncResult) Methode

Definitie

Voltooit een asynchrone bewerking om een communicatieobject te openen.

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

Parameters

result
IAsyncResult

De IAsyncResult waarde die wordt geretourneerd door een aanroep naar de BeginOpen methode.

Uitzonderingen

Kan ICommunicationObject de status niet openen en heeft de Faulted status opgegeven.

De time-out is verstreken voordat de ICommunicationObject status kon worden ingevoerd Opened en de Faulted status is ingevoerd.

Van toepassing op