TsgcWSPClient_DatasetProperties › Guid

Guid Property

Unique identifier used to route messages to a specific 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 Dataset protocol component. When several TsgcWSPServer_Dataset components share the same server, pass this value as the aGuid parameter of Publish, Broadcast, RPC, Notify or WriteData to route the message to the matching one.

Example

ShowMessage(oProtocol.Guid);

Back to Properties