SubscriberHub Methods |
The SubscriberHub type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Initiates the subscriber connection.
| |
Disconnect |
Disconnects from the publisher.
| |
Dispose | (Inherited from HubBase.) | |
Dispose(Boolean) | (Inherited from HubBase.) | |
Dispose(String) |
Closes the connection and releases all resources retained by the subscriber with this ID.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMetadata |
Filters metadata and returns the result.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnConnected |
Called when the connection connects to this hub instance.
(Inherited from HubBase.) | |
OnDisconnected |
Handles when a client disconnects from the hub.
(Overrides HubBase.OnDisconnected(Boolean).) | |
OnReconnected |
Called when the connection reconnects to this hub instance.
(Inherited from HubBase.) | |
SendCommand |
Sends a command to the publisher.
| |
Subscribe |
Subscribes to the internal data publisher.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unsubscribe |
Unsubscribes from the publisher.
|
Name | Description | |
---|---|---|
GetEnumValueOrDefault(Type, Object) | Overloaded.
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions.) | |
GetEnumValueOrDefaultT(Object) | Overloaded.
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions.) |