CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::Threading::Timeout Struct Reference

Threading timeout special values. This is a static type with no instance services. You should never create instances of it by any means. More...

#include <timeout.h>

Static Public Attributes

static const int64_t Infinite = -1
 Infinite timeout in milliseconds. More...
 
static const TimeSpan InfiniteTimespan
 Infinite timeout of TimeSpan type. More...
 

Detailed Description

Threading timeout special values. This is a static type with no instance services. You should never create instances of it by any means.

Member Data Documentation

◆ Infinite

const int64_t System::Threading::Timeout::Infinite = -1
static

Infinite timeout in milliseconds.

◆ InfiniteTimespan

const TimeSpan System::Threading::Timeout::InfiniteTimespan
static

Infinite timeout of TimeSpan type.