CTI32 Engine Class Library

Log.StatusSetValue Method (Int32, String, String, Boolean, Boolean)

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

[Visual Basic]
Overloads Public Sub StatusSetValue( _
   ByVal port As Integer, _
   ByVal name As String, _
   ByVal val As String, _
   ByVal clearFlag As Boolean, _
   ByVal send As Boolean _
)
[C#]
public void StatusSetValue(
   int port,
   string name,
   string val,
   bool clearFlag,
   bool send
);

Parameters

port
Instance of the value.
name
Name of the statistic.
val
Value.
clearFlag
Set to true if you want the value cleared on ONHOOK.
send
Push out to client or wait for poll

See Also

Log Class | CTI32Engine Namespace | Log.StatusSetValue Overload List