IPhoneLineFactoryCreatePhoneLine Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxAbstractPhoneLine CreatePhoneLine(
PhoneLineConfiguration config
)
Function CreatePhoneLine (
config As PhoneLineConfiguration
) As AbstractPhoneLine
AbstractPhoneLine^ CreatePhoneLine(
PhoneLineConfiguration^ config
)
abstract CreatePhoneLine :
config : PhoneLineConfiguration -> AbstractPhoneLine
Parameters
- config PhoneLineConfiguration
-
Return Value
AbstractPhoneLine
See Also