| 
               | 
            
              Subscriber
             | 
          
[AuthorizeHubRoleAttribute] public class SubscriberHub : Hub
The SubscriberHub type exposes the following members.
| Name | Description | |
|---|---|---|
| SubscriberHub | Initializes a new instance of the SubscriberHub class | 
| Name | Description | |
|---|---|---|
| Clients | (Inherited from Hub)  | |
| Context | 
            Provides information about the calling client.
             (Inherited from HubBase)  | |
| Groups | 
            The group manager for this hub instance.
             (Inherited from HubBase)  | 
| 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. | |
| SetMeasurementFormat | Defines a string format to apply for a given measurement. | |
| SetMeasurementFormats | Defines string formats to apply for the collection of format records. | |
| 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 | 
            Gets the enumeration constant for value, if defined in the enumeration, or a default value.
             (Defined by EnumExtensions)  | |
| GetEnumValueOrDefaultT | 
            Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
             (Defined by EnumExtensions)  |