| 
            
              HubClientBaseHubInstance Property
             | 
          
        
        
            Gets or sets reference to SignalR hub instance.
            
        
        Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic IHub HubInstance { get; set; }Public Property HubInstance As IHub
	Get
	Set
public:
virtual property IHub^ HubInstance {
	IHub^ get () sealed;
	void set (IHub^ value) sealed;
}abstract HubInstance : IHub with get, set
override HubInstance : IHub with get, set
function get_HubInstance();
function set_HubInstance(value);
 View SourceProperty Value
IHubImplements
IHubClientHubInstance
See Also