IDuplexSession.EndCloseOutputSession(IAsyncResult) Method

Definition

Completes an asynchronous operation to terminate the outbound session that indicates that no more messages will be sent from this endpoint on the channel associated with the session.

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

Parameters

result
IAsyncResult

The IAsyncResult returned by a call to one of the BeginCloseOutputSession methods.

Remarks

Terminating the outbound session does not affect the incoming session and so makes no statement about the ability to receive messages on the session associated with the input channel

Applies to