Click or drag to resize

ICancelManager Interface

API interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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