Record
|
public abstract class RecordOperationsHub<T> : Hub, IRecordOperationsHub, IDisposable where T : class, IHub, IRecordOperationsHub
The RecordOperationsHubT type exposes the following members.
Name | Description | |
---|---|---|
RecordOperationsHubT | Creates a new RecordOperationsHubT. | |
RecordOperationsHubT(ActionString, UpdateType, ActionException) | Creates a new RecordOperationsHubT with the specified logging functions. | |
RecordOperationsHubT(String, ActionString, UpdateType, ActionException) | Creates a new RecordOperationsHubT with the specified DataContext and logging functions. |
Name | Description | |
---|---|---|
Clients | (Inherited from Hub) | |
ClientScript | Gets reference to SignalR hub client browser DOM functionality. | |
ConnectionCount | Gets the hub connection count. | |
ConnectionID | Gets active connection ID from current hub context or assigns one to use. | |
Context |
Provides information about the calling client.
(Inherited from HubBase) | |
DataContext | Gets DataContext created for this RecordOperationsHubT instance. | |
Groups |
The group manager for this hub instance.
(Inherited from HubBase) | |
RecordOperationsCache | Gets RecordOperationsCache for SignalR hub. |
Name | Description | |
---|---|---|
Dispose | (Inherited from HubBase) | |
Dispose(Boolean) |
Releases the unmanaged resources used by the RecordOperationsHubT object and optionally releases the managed resources.
(Overrides HubBase.Dispose(Boolean)) | |
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) | |
GetConnectionID | Gets connection ID for active hub context, if any. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetRecordOperationsCache | Gets statically cached instance of RecordOperationsCache for RecordOperationsHubT instances. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
LogException | Logs an exception to hub client and any provided log exception delegate. | |
LogStatusMessage | Logs a status message to hub client and any provided log status message delegate. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnConnected |
Called when the connection connects to this hub instance.
(Overrides HubBase.OnConnected) | |
OnDisconnected |
Called when a connection disconnects from this hub gracefully or due to a timeout.
(Overrides HubBase.OnDisconnected(Boolean)) | |
OnReconnected |
Called when the connection reconnects to this hub instance.
(Inherited from HubBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
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) |