Class E181_DeleteSingle
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)