context_self_unblock::context_self_unblock Constructor

Constructs a context_self_unblock object.

explicit _CRTIMP context_self_unblock(
   _In_z_ const char * _Message
) throw();

context_self_unblock() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

context_self_unblock Class