InstantMessagingFlow.EndSendMessage Method
NOTE: This API is now obsolete.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed from future versions, use EndSendInstantMessage instead. Note that the return type for EndSendInstantMessage is different from the return type of this method.")> _
Public Function EndSendMessage ( _
result As IAsyncResult _
) As InstantMessageId
'Usage
Dim instance As InstantMessagingFlow
Dim result As IAsyncResult
Dim returnValue As InstantMessageId
returnValue = instance.EndSendMessage(result)
[ObsoleteAttribute("This method will be removed from future versions, use EndSendInstantMessage instead. Note that the return type for EndSendInstantMessage is different from the return type of this method.")]
public InstantMessageId EndSendMessage(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
Return Value
Type: Microsoft.Rtc.Collaboration.InstantMessageId