Beispiel #1
0
            public Task Completed(ReceiveEndpointCompleted completed)
            {
                Task.Run(() => _serviceEndpoint.NotifyDown());

                return(TaskUtil.Completed);
            }
Beispiel #2
0
 public Task Stopping(ReceiveEndpointStopping stopping)
 {
     return(_serviceEndpoint.NotifyDown());
 }