cancellation_token_registration 类
cancellation_token_registration 类表示从 cancellation_token的回调来通知。
class cancellation_token_registration;
成员
公共构造函数
名称 |
说明 |
---|---|
cancellation_token_registration::cancellation_token_registration 构造函数 |
已重载。 构造 cancellation_token_registration 对象。 |
cancellation_token_registration::~cancellation_token_registration 析构函数 |
析构 cancellation_token_registration 对象。 |
公共运算符
名称 |
说明 |
---|---|
确定两 cancellation_token_registration 对象是否表示两个不同的取消标记注册。 |
|
已重载。 在调用代码中将替换为 cancellation_token_registration 对象的内容。 |
|
确定两 cancellation_token_registration 对象是否表示同一个取消标记注册。 |
备注
当使用中 cancellation_token 的 register 方法接收通知时,取消操作时,一 cancellation_token_registration 对象的形式返回的句柄回调,以便可以请求特定回调传递给 deregister 方法的使用不重做操作。
cancellation_token_registration 行为与智能指针是安全高效通过值。
继承层次结构
cancellation_token_registration
要求
**标头:**ppl.h
命名空间: 并发