INInteraction.DeleteGroupedInteractionsAsync(String) 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.
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.