Connection Methods
.NET Framework 4.5
Top
Top
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Receive(String, Func<PersistentResponse, Task<Boolean>>, Int32) | |
|
Receive(String, CancellationToken, Int32) | |
|
Send | |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Broadcast | Broadcasts a value to all connections, excluding the connection ids specified. (Defined by ConnectionExtensions.) |
|
Send | Sends a message to all connections subscribed to the specified signal. An example of signal may be a specific connection id, or fully qualified group name (Use IGroupManager to manipulate groups). (Defined by ConnectionExtensions.) |
Show: