Reference Library
Reconnect Method (sessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderReconnect(String, Object)
Sends a StartApplicationSession message to the server. If sessionId is not null then the server will try to reconnect a session that has timed out or become inactive.
Declaration Syntax
C#Visual BasicVisual C++
public int Reconnect(
	string sessionId,
	Object userState
)
Public Function Reconnect ( _
	sessionId As String, _
	userState As Object _
) As Integer
public:
virtual int Reconnect(
	String^ sessionId, 
	Object^ userState
) sealed
Parameters
sessionId (String)
The ID of the session you want to attempt to reconnect to. If sessionId is "" then a new session will be created.
userState (Object)
A object which will be returned via the StartApplicationSessionResponse callback.
Return Value
The Invoke Id of the outgoing XML message

Assembly: ServiceProvider (Module: ServiceProvider)