Share via


INInteraction.DeleteGroupedInteractionsAsync(String) Method

Definition

Deletes the donated interactions in the specified groupIdentifier.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task DeleteGroupedInteractionsAsync(string groupIdentifier);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DeleteGroupedInteractionsAsync : string -> System.Threading.Tasks.Task

Parameters

groupIdentifier
String

Returns

A task that represents the asynchronous DeleteGroupedInteractions operation

Attributes

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