WebSocketSessionManagerBroadcastAsync Method (Byte, Action) |
Namespace: Sfs2X.WebSocketSharp.Server
public void BroadcastAsync( byte[] data, Action completed )
An Action delegate or if not needed.
The delegate invokes the method called when the send is complete.
Exception | Condition |
---|---|
InvalidOperationException | The current state of the manager is not Start. |
ArgumentNullException | data is . |