Task <ISendTransport> IServiceBusHostControl.CreatePublishTransport <T>() { if (_host == null) { throw new InvalidOperationException("The host is not ready."); } return(_host.CreatePublishTransport <T>()); }
Task <ISendTransport> IPublishTransportProvider.GetPublishTransport <T>(Uri publishAddress) { return(_host.CreatePublishTransport <T>()); }