IClientNotificationService Interface

Definition

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.

Applies to