INInteraction.DeleteGroupedInteractionsAsync(String) Method

Definition

Deletes the donated interactions in the specified groupIdentifier.

public static System.Threading.Tasks.Task DeleteGroupedInteractionsAsync (string groupIdentifier);
static member DeleteGroupedInteractionsAsync : string -> System.Threading.Tasks.Task

Parameters

groupIdentifier
String

Returns

A task that represents the asynchronous DeleteGroupedInteractions operation

Remarks

The DeleteGroupedInteractionsAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to