RealTimeEndpoint.BeginSendMessage Method (MessageType, RealTimeAddress, ContentType, Byte[], AsyncCallback, Object)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Sends a message to another endpoint.

Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

'Declaration
Public Function BeginSendMessage ( _
    messageType As MessageType, _
    sessionTarget As RealTimeAddress, _
    contentType As ContentType, _
    body As Byte(), _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
public IAsyncResult BeginSendMessage (
    MessageType messageType,
    RealTimeAddress sessionTarget,
    ContentType contentType,
    byte[] body,
    AsyncCallback userCallback,
    Object state
)

Parameters

  • messageType
    The message type.
  • sessionTarget
    The target to send the message.
  • contentType
    The content type describing the body. If null text/plain, UTF-8 is assumed.
  • body
    The body for the data.
  • userCallback
    The method to be called when the async operation is completed.
  • state
    A user-provided object that distinguishes this particular asynchronous operation from others.

Return Value

Returns an IAsyncResult that references this operation.

Exceptions

Exception type Condition
ArgumentNullException

Thrown when arguments are null.

ServerPolicyException

Thrown when a server policy setting does not allow sending the message.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

RealTimeEndpoint Class
RealTimeEndpoint Members
Microsoft.Rtc.Signaling Namespace