ServiceBrokerAggregator.ForceMarshal(IServiceBroker) Method
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.
Creates a new IServiceBroker that forces all RPC calls to be marshaled even if a service is available locally.
public:
static Microsoft::ServiceHub::Framework::IServiceBroker ^ ForceMarshal(Microsoft::ServiceHub::Framework::IServiceBroker ^ serviceBroker);
public static Microsoft.ServiceHub.Framework.IServiceBroker ForceMarshal (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker);
static member ForceMarshal : Microsoft.ServiceHub.Framework.IServiceBroker -> Microsoft.ServiceHub.Framework.IServiceBroker
Public Shared Function ForceMarshal (serviceBroker As IServiceBroker) As IServiceBroker
Parameters
- serviceBroker
- IServiceBroker
The inner service broker.
Returns
The marshaling service broker.