FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..getLicenseStatus Method

Gets the license status.

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

Syntax


public static licenseStatus getLicenseStatus(
	out string sMsg,
	out Hashtable oLicInfo,
	long activeUserCount,
	bool isMultiTenant,
	int activeTenantCount
)
Public Shared Function getLicenseStatus ( _
	<OutAttribute> ByRef sMsg As String, _
	<OutAttribute> ByRef oLicInfo As Hashtable, _
	activeUserCount As Long, _
	isMultiTenant As Boolean, _
	activeTenantCount As Integer _
) As licenseStatus
public:
static licenseStatus^ getLicenseStatus(
	[OutAttribute] String^% sMsg, 
	[OutAttribute] Hashtable^% oLicInfo, 
	long long^ activeUserCount, 
	bool^ isMultiTenant, 
	int^ activeTenantCount
)

Parameters

sMsg
Type: String%
The s MSG.
oLicInfo
Type: Hashtable%
The o lic information.
activeUserCount
Type: Int64
The active user count.
isMultiTenant
Type: Boolean
if set to true [is multi tenant].
activeTenantCount
Type: Int32
The active tenant count.

Return Value

licenseStatus.