PFApplicationHubBroadcast Method |
Name | Description | |
---|---|---|
Broadcast(PFApplication, PFUser, String, Object) |
Broadcasts an event to a specified user (client-side).
| |
Broadcast(PFApplication, IEnumerablePFUser, String, Object) |
Broadcasts an event to a specified list of users (client-side).
| |
Broadcast(PFApplication, IEnumerablePFApplicationHubConnection, String, Object) |
Broadcasts an event to a specified list of connections (client-side).
| |
Broadcast(PFApplication, IEnumerableInt64, String, Object) |
Broadcasts an event to a specified list of users (client-side).
| |
Broadcast(PFApplication, Int64, String, Object) |
Broadcasts an event to a specified user (client-side).
|