Delen via


IExternalSettingsProvider.GetMessageTextAsync Method

Definition

Gets the current text of a dynamic message.

public System.Threading.Tasks.Task<string> GetMessageTextAsync (string messageId, System.Threading.CancellationToken cancellationToken);
abstract member GetMessageTextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetMessageTextAsync (messageId As String, cancellationToken As CancellationToken) As Task(Of String)

Parameters

messageId
String

The ID of the message, from registration

cancellationToken
CancellationToken

Returns

The message text

Applies to