AbstractPhoneLineRemovePhoneCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic abstract void RemovePhoneCall(
AbstractLocalCall phoneCall
)
Public MustOverride Sub RemovePhoneCall (
phoneCall As AbstractLocalCall
)
public:
virtual void RemovePhoneCall(
AbstractLocalCall^ phoneCall
) abstract
abstract RemovePhoneCall :
phoneCall : AbstractLocalCall -> unit
Parameters
- phoneCall AbstractLocalCall
-
See Also