|
Microsoft Information Protection (MIP) SDK for C: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C
|
Defines a single async task dispatch request. More...
#include <src/api/mip_cc/task_dispatcher_delegate_cc.h>
Data Fields | |
| int64_t | delayMs |
| Delay until task execution (in milliseconds) | |
| bool | executeOnIndependentThread |
| Whether this task should execute on a completely independent thread or can re-use a shared thread. | |
| const char * | id |
| Task ID. | |
| void * | loggerContext |
| logger context that should be used with the logger delegate before the task is run | |
Defines a single async task dispatch request.
Definition at line 48 of file task_dispatcher_delegate_cc.h.
| int64_t mip_cc_async_task::delayMs |
Delay until task execution (in milliseconds)
Definition at line 50 of file task_dispatcher_delegate_cc.h.
| bool mip_cc_async_task::executeOnIndependentThread |
Whether this task should execute on a completely independent thread or can re-use a shared thread.
Definition at line 51 of file task_dispatcher_delegate_cc.h.
| const char* mip_cc_async_task::id |
Task ID.
Definition at line 49 of file task_dispatcher_delegate_cc.h.
| void* mip_cc_async_task::loggerContext |
logger context that should be used with the logger delegate before the task is run
Definition at line 52 of file task_dispatcher_delegate_cc.h.