IExternalSettingsProvider.GetMessageTextAsync Method
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 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