예제 #1
0
        public SubscriptionManager()
        {
            _subscriptionListener = new SubscriptionServiceHost(this);

            _activeSubscriberAddress = $"active://{Utility.GetFqdn()}/SolarWinds/SwqlStudio/{Process.GetCurrentProcess().Id}";
        }
예제 #2
0
        public SubscriptionManager()
        {
            _subscriptionListener = new SubscriptionServiceHost(this);

            _activeSubscriberAddress = $"active://{Utility.GetFqdn()}/SolarWinds/SwqlStudio/{Process.GetCurrentProcess().Id}";
        }