Reference Library
StartAutoKeepAlive Method (intervalInMs)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderStartAutoKeepAlive(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++
public void StartAutoKeepAlive(
	int intervalInMs
)
Public Sub StartAutoKeepAlive ( _
	intervalInMs As Integer _
)
public:
virtual void StartAutoKeepAlive(
	int intervalInMs
) sealed
Parameters
intervalInMs (Int32)
The number of milliseconds to send the Reset Application Session message to the server.

Assembly: ServiceProvider (Module: ServiceProvider)