Share via


Page-Mode Messaging

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.

In Unified Communications Managed API version 1.0, an endpoint can send messages to another endpoint without establishing a signaling session. Such an operation is referred to as page-mode messaging. In page mode, a message is delivered from the source to the target without a handshake being required between the two endpoints. Unified Communications Managed API version 1.0 exposes the SendMessage (or BeginSendMessageEndSendMessage) method to support page-mode messaging.

The recipient of a page-mode message must subscribe to the MessageReceived event in order to receive this type of message.

For information about the programming pattern for sending and receiving page-mode messages, see Sending and Receiving Page-Mode Messages.

See Also

Concepts

Real-Time Endpoint