Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
mip_cc_async_task Struct Reference

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
 

Detailed Description

Defines a single async task dispatch request.

Member Data Documentation

◆ delayMs

int64_t mip_cc_async_task::delayMs

Delay until task execution (in milliseconds)

◆ executeOnIndependentThread

bool mip_cc_async_task::executeOnIndependentThread

Whether this task should execute on a completely independent thread or can re-use a shared thread

◆ id

const char* mip_cc_async_task::id

Task ID

◆ loggerContext

void* mip_cc_async_task::loggerContext

logger context that should be used with the logger delegate before the task is run


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