ServiceBrokerExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for the IServiceBroker interface and related types.
public ref class ServiceBrokerExtensions abstract sealed
public static class ServiceBrokerExtensions
type ServiceBrokerExtensions = class
Public Module ServiceBrokerExtensions
- Inheritance
-
ServiceBrokerExtensions
Methods
GetPipeAsync(IServiceBroker, ServiceMoniker, CancellationToken) |
Requests access to some service through an IDuplexPipe. |
GetProxyAsync<T>(IServiceBroker, ServiceJsonRpcDescriptor<T>, CancellationToken) |
Requests access to some service through a client proxy. |
GetProxyAsync<T>(IServiceBroker, ServiceRpcDescriptor, CancellationToken) |
Requests access to some service through a client proxy. |