GlobalBrokeredServiceContainer.MissingServiceDiagnostics 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 a descriptor for the service that can diagnose the cause of a missing brokered service. Use IMissingServiceDiagnosticsService to interact with this service.
public:
static property Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ MissingServiceDiagnostics { Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ get(); };
public static Microsoft.ServiceHub.Framework.ServiceRpcDescriptor MissingServiceDiagnostics { get; }
static member MissingServiceDiagnostics : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Shared ReadOnly Property MissingServiceDiagnostics As ServiceRpcDescriptor