Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_async_task Struct Reference

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
 

Detailed Description

Defines a single async task dispatch request.

Definition at line 48 of file task_dispatcher_delegate_cc.h.

Field Documentation

◆ delayMs

int64_t mip_cc_async_task::delayMs

Delay until task execution (in milliseconds)

Definition at line 50 of file task_dispatcher_delegate_cc.h.

◆ executeOnIndependentThread

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.

◆ id

const char* mip_cc_async_task::id

Task ID.

Definition at line 49 of file task_dispatcher_delegate_cc.h.

◆ loggerContext

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.


The documentation for this struct was generated from the following file: