IDuplexSession.EndCloseOutputSession(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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