InstantMessagingFlow.BeginSendInstantMessage Method (String, AsyncCallback, Object)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginSendInstantMessage ( _
textBody As String, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As InstantMessagingFlow
Dim textBody As String
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSendInstantMessage(textBody, _
userCallback, state)
public IAsyncResult BeginSendInstantMessage(
string textBody,
AsyncCallback userCallback,
Object state
)
Parameters
- textBody
Type: System.String
- userCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult