public static IHubConnectionManager GetHubConnectionManager(HubConnection hubConnection)
 {
     IHubConnectionManager connectionManager = new HubConnectionManager(hubConnection);
     return connectionManager;
 }
Пример #2
0
        public static IHubConnectionManager GetHubConnectionManager(HubConnection hubConnection)
        {
            IHubConnectionManager connectionManager = new HubConnectionManager(hubConnection);

            return(connectionManager);
        }
 public static IHubConnectionManager GetHubConnectionManager(string url)
 {
     IHubConnectionManager connectionManager = new HubConnectionManager(url);
     return connectionManager;
 }
Пример #4
0
        public static IHubConnectionManager GetHubConnectionManager(string url)
        {
            IHubConnectionManager connectionManager = new HubConnectionManager(url);

            return(connectionManager);
        }