DeleteTrakaCabinetAsync

Deletes a Traka cabinet from a controller Returns (Task)

Overview of DeleteTrakaCabinetAsync goes here.

Name Description
controller The controller containing the cabinet
cabinetId The cabinet ID to delete

Delete Traka Cabinet Async

Example in C#

// Returns: nothing
await client.DeleteTrakaCabinetAsync(ControllerInfo controller, String cabinetId);