IClientNotificationService Interface
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.
Provides an API to send notifications from the server to the client, so they can be surfaced to the user. Obtainable from the ClientNotificationService service.
public interface class IClientNotificationService
public interface IClientNotificationService
type IClientNotificationService = interface
Public Interface IClientNotificationService
Methods
NotifyErrorAsync(String, CancellationToken) |
Surfaces a server error to the user. |