ExtensionCore.HostServiceBrokerClient 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 is associated with the host process.
protected Microsoft.VisualStudio.Threading.AsyncLazy<Microsoft.ServiceHub.Framework.ServiceBrokerClient> HostServiceBrokerClient { get; }
member this.HostServiceBrokerClient : Microsoft.VisualStudio.Threading.AsyncLazy<Microsoft.ServiceHub.Framework.ServiceBrokerClient>
Protected ReadOnly Property HostServiceBrokerClient As AsyncLazy(Of ServiceBrokerClient)