cancellation_token_registration::cancellation_token_registration Constructor

cancellation_token_registration();

cancellation_token_registration(
   const cancellation_token_registration& _Src
);

cancellation_token_registration(
   cancellation_token_registration&& _Src
);

Parameters

  • _Src

Requirements

Header: pplcancellation_token.h

Namespace: concurrency

See Also

Reference

cancellation_token_registration Class