Reference Library
StartAutoKeepAlive Method (intervalInMs)
NamespacesAvaya.ApplicationEnablement.DMCCIServiceProviderStartAutoKeepAlive(Int32)
Tell the API to start automatically sending the ResetApplicationSession messages every InernalInMs milliseconds. 1,000 milliseconds is 1 second. If the API is already sending messages then it will cease doing so on the previous interval.
Declaration Syntax
C#Visual BasicVisual C++
void StartAutoKeepAlive(
	int intervalInMs
)
Sub StartAutoKeepAlive ( _
	intervalInMs As Integer _
)
void StartAutoKeepAlive(
	int intervalInMs
)
Parameters
intervalInMs (Int32)
The number of milliseconds to send the Reset Application Session message to the server.

Assembly: ServiceProvider (Module: ServiceProvider)