Connection Methods

.NET Framework 4.5

The Connection type exposes the following members.

  NameDescription
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Receive(String, Func<PersistentResponse, Task<Boolean>>, Int32)
Public method Receive(String, CancellationToken, Int32)
Public method Send
Public method ToString (Inherited from Object.)
Top

  NameDescription
Public Extension Method Broadcast Broadcasts a value to all connections, excluding the connection ids specified. (Defined by ConnectionExtensions.)
Public Extension Method 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.)
Top
Show: