Count Object

This method will count the number of items that match the object type name for a folder and, if selected, child folders.

Get Call Count

Example in C#

// Returns: Int64
var item = client.CallCount;

Overview of get_CallCount goes here.

Get Next Counter Async

Example in C#

// Returns: Int32
var item = await client.GetNextCounterAsync(FolderInfo folder);

Overview of GetNextCounterAsync goes here.

Get Object Counts Async

Example in C#

// Returns: Int64
var item = await client.GetObjectCountsAsync(FolderInfo folder, String typeName, Boolean includeChildFolders);

Increment Execution Count

Example in C#

// Returns: nothing
await client.IncrementExecutionCount(FitScriptExecSpecInfo item);

Overview of IncrementExecutionCount goes here.