public WebService() { _graphDispatcher = new GraphHubDispatcher(); _scadaDipatcher = new ScadaHubDipatcher(); }
public SCADANotification(string subscriberName) { _subscriberName = subscriberName; _dispatcher = new ScadaHubDipatcher(); }