IDuplexContextChannel.EndCloseOutputSession(IAsyncResult) Methode

Definition

Schließt einen asynchronen Vorgang ab, um eine Ausgabesitzung am Client zu schließen.

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

Parameter

result
IAsyncResult

Das IAsyncResult, das durch einen Aufruf der BeginCloseOutputSession(TimeSpan, AsyncCallback, Object)-Methode zurückgegeben wurde.

Gilt für