UpdateTrakaCabinetAsync

Updates an existing Traka cabinet Returns (Task)

Overview of UpdateTrakaCabinetAsync goes here.

Name Description
controller The controller containing the cabinet
cabinetId The cabinet ID to update
item The updated Traka cabinet information

Update Traka Cabinet Async

Example in C#

// Returns: nothing
await client.UpdateTrakaCabinetAsync(ControllerInfo controller, String cabinetId, TrakaCabinetInfo item);