xtd 0.2.0
cancellation_token_registration.h
Go to the documentation of this file.
1 #pragma once
5 #include "../core_export.h"
6 #include "../object.h"
7 #include "../types.h"
8 
10 namespace xtd {
12  namespace threading {
26  class core_export_ cancellation_token_registration : public object {
27  struct data;
28  public:
30 
33 
37  cancellation_token_registration& operator=(const cancellation_token_registration& cancellation_token_registration);
38  ~cancellation_token_registration();
40 
42 
45 
47 
50 
51  private:
52 
53  };
54  }
55 }
Propagates notification that operations should be canceled.
Definition: cancellation_token_registration.h:26
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32