2#ifndef _aspose_system_threading_timeout_h_
3#define _aspose_system_threading_timeout_h_
5#include <system/timespan.h>
7namespace System {
namespace Threading {
14 static ASPOSECPP_SHARED_API
const int64_t
Infinite = -1;
Represents a time interval. This type should be allocated on stack and passed to functions by value o...
Definition: timespan.h:59
Definition: db_command.h:9
Threading timeout special values. This is a static type with no instance services....
Definition: timeout.h:12
static const TimeSpan InfiniteTimespan
Infinite timeout of TimeSpan type.
Definition: timeout.h:16
static const int64_t Infinite
Infinite timeout in milliseconds.
Definition: timeout.h:14