AbstractPhoneLineRemovePhoneCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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