Class E182_DeleteBatch
Demonstrates batch deletion of multiple objects.
Creates temporary objects, then deletes them all at once.
[ExampleMeta("E182", "Delete - Batch", "Core", ExampleTier.Free, 182, new string[] { "Delete", "Batch", "Multiple" }, RelatedApis = new string[] { "IRedbService.DeleteAsync" })]
public class E182_DeleteBatch : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)