Compartir a través de


ExtensibilityPoint.ServiceBrokerClient Property

Definition

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.

Applies to