InstantMessagingFlow.BeginSendInstantMessage Method (ContentType, Byte , AsyncCallback, Object)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginSendInstantMessage ( _
contentType As ContentType, _
body As Byte(), _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As InstantMessagingFlow
Dim contentType As ContentType
Dim body As Byte()
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSendInstantMessage(contentType, _
body, userCallback, state)
public IAsyncResult BeginSendInstantMessage(
ContentType contentType,
byte[] body,
AsyncCallback userCallback,
Object state
)
Parameters
- contentType
Type: System.Net.Mime.ContentType
- body
Type: []
- userCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult