Class E182_DeleteBatch

Assembly: redb.Examples.dll

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

ObjectExampleBaseE182_DeleteBatch

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)