AddTapi.NET Developer's Manual
WaitForCallerID Property
NamespacesTraysoft.AddTapiTapiLineWaitForCallerID
Indicates whether AddTapi.NET should wait for Caller ID to arrive before reporting or answering incoming calls.
Declaration Syntax
C#Visual BasicVisual C++
public bool WaitForCallerID { get; set; }
Public Property WaitForCallerID As Boolean
public:
property bool WaitForCallerID {
	bool get ();
	void set (bool value);
}
Remarks
After a new incoming call is detected, AddTapi.NET waits up to 3 seconds for Caller ID information to arrive before reporting or answering new incoming call. Set this property to false if you do not want AddTapi.NET to wait for Caller ID and process new incoming calls immediately. In this case the application will have to handle CallInfo event to find out when Caller ID information becomes available in the TapiCall object.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)