FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEngineServices..::..getServerSessions Method

Gets the server sessions.

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

Syntax


public static void getServerSessions(
	bool isMultiTenant,
	string sDatabaseConnectionString,
	out ConcurrentDictionary<string, deServerSession> oServerSessions,
	out int iActiveTenants,
	out long lActiveUsers
)
Public Shared Sub getServerSessions ( _
	isMultiTenant As Boolean, _
	sDatabaseConnectionString As String, _
	<OutAttribute> ByRef oServerSessions As ConcurrentDictionary(Of String, deServerSession), _
	<OutAttribute> ByRef iActiveTenants As Integer, _
	<OutAttribute> ByRef lActiveUsers As Long _
)
public:
static void getServerSessions(
	bool^ isMultiTenant, 
	String^ sDatabaseConnectionString, 
	[OutAttribute] ConcurrentDictionary<String^, deServerSession^>^% oServerSessions, 
	[OutAttribute] int^% iActiveTenants, 
	[OutAttribute] long long^% lActiveUsers
)

Parameters

isMultiTenant
Type: Boolean
if set to true [is multi tenant].
sDatabaseConnectionString
Type: String
The s database connection string.
oServerSessions
Type: ConcurrentDictionary<(Of <(<'String, deServerSession>)>)>%
The o server sessions.
iActiveTenants
Type: Int32%
The i active tenants.
lActiveUsers
Type: Int64%
The l active users.