Click or drag to resize

DataContextHubClient Class

Represents a SignalR Hub client session instance of a data context.
Inheritance Hierarchy
SystemObject
  GSF.Web.HubsHubClientBase
    GSF.Web.HubsDataContextHubClient

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public class DataContextHubClient : HubClientBase
View Source

The DataContextHubClient type exposes the following members.

Constructors
 NameDescription
Public methodDataContextHubClient Creates a new DataContextHubClient.
Top
Properties
 NameDescription
Public propertyClientScript Gets reference to SignalR hub client browser DOM functionality.
(Inherited from HubClientBase)
Public propertyConnectionID Gets or sets the connection ID of the calling client.
(Inherited from HubClientBase)
Public propertyHubInstance Gets or sets reference to SignalR hub instance.
(Inherited from HubClientBase)
Public propertyLogExceptionFunction Gets or sets delegate to use to log exception messages.
(Inherited from HubClientBase)
Public propertyLogStatusMessageFunction Gets or sets delegate to use to log status messages.
(Inherited from HubClientBase)
Public propertyPrimaryKeySessionCache Gets primary key cache for current session.
Top
Methods
 NameDescription
Public methodDispose Releases all the resources used by the HubClientBase object.
(Inherited from HubClientBase)
Protected methodDispose(Boolean) Releases the unmanaged resources used by the HubClientBase object and optionally releases the managed resources.
(Inherited from HubClientBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetDataContext Gets a new DataContext instance for the current SignalR hub session, applying any existing primary key caches.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLogException Logs an exception to hub client and any provided log exception delegate.
(Inherited from HubClientBase)
Protected methodLogStatusMessage Logs a status message to hub client and any provided log status message delegate.
(Inherited from HubClientBase)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also