Initializes a new instance of the
Legitimacy class
Namespace: Ozeki.CommonAssembly: 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
)
Public Sub New (
programTime As DateTime,
updateTime As DateTime,
maxConcurrentCall As Integer,
maxPhoneLine As Integer,
g729Enabled As Boolean,
maxSLClient As Integer,
maxFClient As Integer,
maxWPClient As Integer,
maxIPCamConnection As Integer
)
public:
Legitimacy(
DateTime programTime,
DateTime updateTime,
int maxConcurrentCall,
int maxPhoneLine,
bool g729Enabled,
int maxSLClient,
int maxFClient,
int maxWPClient,
int maxIPCamConnection
)
new :
programTime : DateTime *
updateTime : DateTime *
maxConcurrentCall : int *
maxPhoneLine : int *
g729Enabled : bool *
maxSLClient : int *
maxFClient : int *
maxWPClient : int *
maxIPCamConnection : int -> Legitimacy
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