Table of Contents

Class TimeManager

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Default implementation of the time manager.

public class TimeManager : ITimeManager
Inheritance
TimeManager
Implements
Inherited Members

Methods

Delay(TimeSpan, CancellationToken)

Delays the current thread for a specified time.

public Task Delay(TimeSpan delay, CancellationToken token)

Parameters

delay TimeSpan
token CancellationToken

Returns

Task