TsgcWSPClient_sgc › Properties › Guid
Unique identifier used to route messages to a specific protocol instance.
property Guid: String read FGuid write FGuid;
—
Every subprotocol instance is identified by a Guid so peers can target messages at a specific server-side protocol component. When several TsgcWSProtocol_Server_sgc 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.
ShowMessage(oProtocol.Guid);