ConnectionExtensions.Send Method
Include Protected Members
Include Inherited Members
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Send(IConnection, IList<String>, Object) | Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id. | |
Send(IConnection, String, Object) | Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id. |
Top