ICtiCallStateManager.CallCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the count of calls that are currently in the system.
public:
property int CallCount { int get(); };
public int CallCount { get; }
member this.CallCount : int
Public ReadOnly Property CallCount As Integer