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