Beispiel #1
0
 public NotifierHub(IConnectionManager connectionManager, HubNamesDictionary hubNamesDictionary) : base(
     connectionManager, hubNamesDictionary)
 {
 }
Beispiel #2
0
 public HubClient(IConnectionManager connectionManager, HubNamesDictionary hubNamesDictionary)
 {
     this.connectionManager  = connectionManager;
     this.hubNamesDictionary = hubNamesDictionary;
 }