ExtensibilityPoint.ServiceBrokerClient Property
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.
Gets the service broker client instance that can be used to query for brokered services.
protected Microsoft.ServiceHub.Framework.ServiceBrokerClient ServiceBrokerClient { get; }
member this.ServiceBrokerClient : Microsoft.ServiceHub.Framework.ServiceBrokerClient
Protected ReadOnly Property ServiceBrokerClient As ServiceBrokerClient
Property Value
Remarks
This instance is backed by the same ServiceBroker instance and will be disposed at the same time.