PFExternalConnectionsBroadcasterBroadcastUpdateEvent Method |
Broadcasts the update event to sunbscribed pages.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public void BroadcastUpdateEvent(
string groupId,
string message,
Guid connectionGuid
)
Parameters
- groupId
- Type: SystemString
The group identifier. - message
- Type: SystemString
The message. - connectionGuid
- Type: SystemGuid
The connection unique identifier.
See Also