FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEngineServices..::..hasServerSessionChanges Method

Has server session changes

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool hasServerSessionChanges(
	ConcurrentDictionary<string, deServerSession> oServerSessions1,
	ConcurrentDictionary<string, deServerSession> oServerSessions2
)
Public Shared Function hasServerSessionChanges ( _
	oServerSessions1 As ConcurrentDictionary(Of String, deServerSession), _
	oServerSessions2 As ConcurrentDictionary(Of String, deServerSession) _
) As Boolean
public:
static bool^ hasServerSessionChanges(
	ConcurrentDictionary<String^, deServerSession^>^ oServerSessions1, 
	ConcurrentDictionary<String^, deServerSession^>^ oServerSessions2
)

Parameters

oServerSessions1
Type: ConcurrentDictionary<(Of <(<'String, deServerSession>)>)>
Sessions dictionary 1
oServerSessions2
Type: ConcurrentDictionary<(Of <(<'String, deServerSession>)>)>
Sessions dictionary 2

Return Value

true if XXXX, false otherwise.