Edit

Share via


ConversationContextChannel.EndSendData(IAsyncResult) Method

Definition

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed

public:
 void EndSendData(IAsyncResult ^ result);
public void EndSendData (IAsyncResult result);
member this.EndSendData : IAsyncResult -> unit
Public Sub EndSendData (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Applies to