WebexClientWrapper.DeleteMessageAsync(String, CancellationToken) 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.
Wraps Webex API's DeleteMessageAsync method.
public virtual System.Threading.Tasks.Task DeleteMessageAsync (string messageId, System.Threading.CancellationToken cancellationToken);
abstract member DeleteMessageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteMessageAsync (messageId As String, cancellationToken As CancellationToken) As Task
Parameters
- messageId
- String
The id of the message to be deleted.
- cancellationToken
- CancellationToken
A cancellation token for the task.
Returns
A Task representing the asynchronous operation.