Example #1
0
        public LongPollingClient(User identifications, TimeSpan timeout, NotificationServiceReference.INotificationService service)
        {
            _timeout = timeout;

            _user    = identifications;
            _service = service;
        }
        public LongPollingClient(User identifications, TimeSpan timeout, NotificationServiceReference.INotificationService service)
        {
            _timeout = timeout;

            _user = identifications;
            _service = service;
        }