IpcRelayServiceBroker(IServiceBroker) Constructor

Definition

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.

Applies to