SoftPhoneLineFactoryCreatePhoneLine Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.VoIPPhoneLineConfiguration
Return Value
Type:
AbstractPhoneLineImplements
IPhoneLineFactoryCreatePhoneLine(PhoneLineConfiguration)
See Also