Click or drag to resize
Legitimacy Constructor
Initializes a new instance of the Legitimacy class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Legitimacy(
	DateTime programTime,
	DateTime updateTime,
	int maxConcurrentCall,
	int maxPhoneLine,
	bool g729Enabled,
	int maxSLClient,
	int maxFClient,
	int maxWPClient,
	int maxIPCamConnection
)

Parameters

programTime
Type: SystemDateTime
updateTime
Type: SystemDateTime
maxConcurrentCall
Type: SystemInt32
maxPhoneLine
Type: SystemInt32
g729Enabled
Type: SystemBoolean
maxSLClient
Type: SystemInt32
maxFClient
Type: SystemInt32
maxWPClient
Type: SystemInt32
maxIPCamConnection
Type: SystemInt32
See Also