AbstractPhoneLineRemovePhoneCall Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.VoIPAbstractLocalCall
See Also