Compartir a través de


IWebhookOperations.DeleteAsync(String, CancellationToken) Método

Definición

Elimina un webhook del registro de contenedor.

public System.Threading.Tasks.Task DeleteAsync (string webhookName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteAsync (webhookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

webhookName
String

Nombre del webhook.

cancellationToken
CancellationToken

Devoluciones

Se aplica a