Reference Library
ResetApplicationSession Method (userState, interval)
NamespacesAvaya.ApplicationEnablement.DMCCIServiceProviderResetApplicationSession(Object, Int32)
Send a ResetApplicationSession XML message to the server.
Declaration Syntax
C#Visual BasicVisual C++
int ResetApplicationSession(
	Object userState,
	int interval
)
Function ResetApplicationSession ( _
	userState As Object, _
	interval As Integer _
) As Integer
int ResetApplicationSession(
	Object^ userState, 
	int interval
)
Parameters
userState (Object)
Object the user may specify which will be returned upon the response.
interval (Int32)
Specifies the interval in seconds that the server should expect to see another Reset Applciation Session message.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)