PFApplicationHub.Broadcast 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)
Syntaxpublic static void Broadcast(
PFApplication application,
long userId,
string eventName,
params Object[] parameters
)
Parameters
- application
- Type: Packflow.Core.PFApplication
The Packflow application. - userId
- Type: System.Int64
The id of the user receiving the event.
Set to 0 to send to all subscribed users (of this application). - eventName
- Type: System.String
Name of the event triggered. - parameters
- Type:System.Object[]
The parameters received by the JavaScript event handler.
See Also