CTI32 Engine Class Library

Log.StatusGetValue Method 

Read a name/value pair to describe current program status.

[Visual Basic]
Public Function StatusGetValue( _
   ByVal port As Integer, _
   ByVal name As String _
) As String
[C#]
public string StatusGetValue(
   int port,
   string name
);

Parameters

port
Instance of the value.
name
Name of the statistic.

See Also

Log Class | CTI32Engine Namespace