public Task Completed(ReceiveEndpointCompleted completed) { Task.Run(() => _serviceEndpoint.NotifyDown()); return(TaskUtil.Completed); }
public Task Stopping(ReceiveEndpointStopping stopping) { return(_serviceEndpoint.NotifyDown()); }