AmfInvoker.HubContextProxy.HubContextProxy C# (CSharp) Method

HubContextProxy() public method

public HubContextProxy ( IHubContext hubContext ) : SignalR
hubContext IHubContext
return SignalR
        public HubContextProxy(IHubContext hubContext)
        {
            _hubContext = hubContext;
        }
HubContextProxy