ConversationContextChannel.BeginSendData Method
Sends message to remote endpoint with the given content.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginSendData ( _
contentType As ContentType, _
contentBody As Byte(), _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As ConversationContextChannel
Dim contentType As ContentType
Dim contentBody As Byte()
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSendData(contentType, _
contentBody, userCallback, state)
public IAsyncResult BeginSendData(
ContentType contentType,
byte[] contentBody,
AsyncCallback userCallback,
Object state
)
Parameters
- contentType
Type: System.Net.Mime.ContentType
- contentBody
Type: []
- userCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult
See Also
Reference
ConversationContextChannel Class