GetTrakaIfobAsync

Gets a Traka iFob by ID from a folder Returns (The Traka iFob information)

Overview of GetTrakaIfobAsync goes here.

Name Description
folder The folder containing the iFob
ifobId The iFob ID

Get Traka Ifob Async

Example in C#

// Returns: TrakaIfobInfo
var trakaIfobInfo = await client.GetTrakaIfobAsync(FolderInfo folder, String ifobId);