Ejemplo n.º 1
0
        public LongPollingClient(User identifications, TimeSpan timeout, NotificationServiceReference.INotificationService service)
        {
            _timeout = timeout;

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

            _user = identifications;
            _service = service;
        }