ISoftPhoneCreatePhoneLine Method (PhoneLineConfiguration) |
Creates a line with the specified configuration.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IPhoneLine CreatePhoneLine(
PhoneLineConfiguration config
)
Function CreatePhoneLine (
config As PhoneLineConfiguration
) As IPhoneLine
IPhoneLine^ CreatePhoneLine(
PhoneLineConfiguration^ config
)
abstract CreatePhoneLine :
config : PhoneLineConfiguration -> IPhoneLine
Parameters
- config
- Type: Ozeki.VoIPPhoneLineConfiguration
An object containing configuration options for the phone line.
Return Value
Type:
IPhoneLineThe created line.
See Also