IpcRelayServiceBroker(IServiceBroker) Constructor
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.
Initializes a new instance of the IpcRelayServiceBroker class.
public:
IpcRelayServiceBroker(Microsoft::ServiceHub::Framework::IServiceBroker ^ serviceBroker);
public IpcRelayServiceBroker (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker);
new Microsoft.ServiceHub.Framework.IpcRelayServiceBroker : Microsoft.ServiceHub.Framework.IServiceBroker -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker
Public Sub New (serviceBroker As IServiceBroker)
Parameters
- serviceBroker
- IServiceBroker
The service broker whose services are to be exposed.