VisualStudioServices.VS2022_6Services.DiagnosticManagerBroadcastService Property

Definition

Gets the ServiceRpcDescriptor for the diagnostic manager broadcast service. Use the IDiagnosticManagerService interface for the client proxy for this service. This service is used when the diagnostics being set via the service are not meant to be applied to the local instance of VS, but instead only to remote instances after broadcasting.

public override Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.IDiagnosticManagerService> DiagnosticManagerBroadcastService { get; }
member this.DiagnosticManagerBroadcastService : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.IDiagnosticManagerService>
Public Overrides ReadOnly Property DiagnosticManagerBroadcastService As ServiceJsonRpcDescriptor(Of IDiagnosticManagerService)

Property Value

Applies to