SoftPhoneLineFactoryCreatePhoneLine Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AbstractPhoneLine CreatePhoneLine(
PhoneLineConfiguration config
)
Public Function CreatePhoneLine (
config As PhoneLineConfiguration
) As AbstractPhoneLine
public:
virtual AbstractPhoneLine^ CreatePhoneLine(
PhoneLineConfiguration^ config
) sealed
abstract CreatePhoneLine :
config : PhoneLineConfiguration -> AbstractPhoneLine
override CreatePhoneLine :
config : PhoneLineConfiguration -> AbstractPhoneLine
Parameters
- config PhoneLineConfiguration
-
Return Value
AbstractPhoneLineImplements
IPhoneLineFactoryCreatePhoneLine(PhoneLineConfiguration)
See Also