Operation
Object Hierarchy:
Description:
[
CCode ( type_id =
"camel_operation_get_type ()" ) ]
public class Operation :
Cancellable
Content:
Static methods:
- public static void cancel_all ()
Cancel all outstanding operations.
- public static string? dup_message (Cancellable? cancellable = null)
Duplicates current operation message, or returns
null, if no such is available.
Creation methods:
- public Operation ()
Create a new camel operation handle.
- public Operation.proxy (Cancellable? cancellable = null)
Proxies the cancellable in a way that if it is cancelled,
then the returned cancellable is also cancelled, but when the returned cancellable is cancelled, then it doesn't influence the
original cancellable.
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Cancellable
All known members inherited from class GLib.Object