VisualStudioServices.VS2019_9Services.ClientNotificationService 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 ServiceRpcDescriptor for the client notification service. Use the IClientNotificationService interface for the proxy for this service.
public:
virtual property Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ ClientNotificationService { Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ get(); };
public virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor ClientNotificationService { get; }
member this.ClientNotificationService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overridable ReadOnly Property ClientNotificationService As ServiceRpcDescriptor