|
IHubClientHubInstance Property
|
Gets or sets reference to SignalR hub instance.
Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax IHub HubInstance { get; set; }
Property HubInstance As IHub
Get
Set
property IHub^ HubInstance {
IHub^ get ();
void set (IHub^ value);
}
abstract HubInstance : IHub with get, set
function get_HubInstance();
function set_HubInstance(value);
View SourceProperty Value
IHubSee Also