Click or drag to resize

ICancelManager Interface

API interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface ICancelManager

The ICancelManager type exposes the following members.

Methods
  NameDescription
Public methodSendCancel
Sends a CANCEL request to the remote end.
Public methodSendCancel(CancelRequestArgs)
Sends a CANCEL request to the remote end.
Top
Events
  NameDescription
Public eventCancelReceived
Occurs when a CANCEL request received from the remote end.
Top
See Also