Class E181_DeleteSingle

Assembly: redb.Examples.dll

Demonstrates deleting a single object by ID.
Creates a temporary object, then deletes it.

[ExampleMeta("E181", "Delete - Single Object", "CRUD", ExampleTier.Free, 181, new string[] { "Delete", "Single", "Remove" }, RelatedApis = new string[] { "IRedbService.DeleteAsync" })]
public class E181_DeleteSingle : ExampleBase

Inheritance

ObjectExampleBaseE181_DeleteSingle

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)