Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
|
Defines a single async task dispatch request. More...
#include <task_dispatcher_delegate_cc.h>
Public Attributes | |
const char * | id |
int64_t | delayMs |
bool | executeOnIndependentThread |
void * | loggerContext |
Defines a single async task dispatch request.
int64_t mip_cc_async_task::delayMs |
Delay until task execution (in milliseconds)
bool mip_cc_async_task::executeOnIndependentThread |
Whether this task should execute on a completely independent thread or can re-use a shared thread
const char* mip_cc_async_task::id |
Task ID
void* mip_cc_async_task::loggerContext |
logger context that should be used with the logger delegate before the task is run