TsgcWSPClient_PresenceProperties › Guid

Guid Property

Unique identifier used to route messages to a specific Presence protocol instance.

Syntax

property Guid: String read FGuid write FGuid;

Default Value

Remarks

Every subprotocol instance is identified by a Guid so peers can target messages at a specific server-side Presence component. When several Presence protocol components share the same server, set this value to the Guid of the target server component so the routing layer delivers messages to the matching one.

Example

ShowMessage(oPresence.Guid);

Back to Properties