PFApplicationHubBroadcast Method (PFApplication, Int64, String, Object) |
Broadcasts an event to a specified user (client-side).
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public static void Broadcast(
PFApplication application,
long userId,
string eventName,
params Object[] parameters
)
Parameters
- application
- Type: Packflow.CorePFApplication
The Packflow application. - userId
- Type: SystemInt64
The id of the user receiving the event.
Set to 0 to send to all subscribed users (of this application). - eventName
- Type: SystemString
Name of the event triggered. - parameters
- Type: SystemObject
The parameters received by the JavaScript event handler.
See Also