Click or drag to resize

IRecordOperationsHub Interface

Defines an interface for SignalR hubs to indicate support for record operations.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public interface IRecordOperationsHub : IDisposable
View Source

The IRecordOperationsHub type exposes the following members.

Properties
 NameDescription
Public propertyConnectionID Gets active connection ID from current hub context or assigns one to use.
Public propertyDataContext Gets DataContext created for this IRecordOperationsHub implementation.
Public propertyRecordOperationsCache Gets RecordOperationsCache for SignalR hub.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
See Also