Class E115_ListAddItems
Adds multiple items to a RedbList using AddItemsAsync.
Batch operation for efficient bulk insert of list items.
Requires E114 to run first (creates the list).
[ExampleMeta("E115", "List - Add Items", "List", ExampleTier.Free, 115, new string[] { "List", "AddItems", "Batch" }, RelatedApis = new string[] { "IListProvider.AddItemsAsync" })]
public class E115_ListAddItems : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)