public WebService()
 {
     _graphDispatcher = new GraphHubDispatcher();
     _scadaDipatcher  = new ScadaHubDipatcher();
 }
Esempio n. 2
0
        public SCADANotification(string subscriberName)
        {
            _subscriberName = subscriberName;

            _dispatcher = new ScadaHubDipatcher();
        }