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