C# Класс Aspectacular.Test.CoreTests.PollAdapterTest

Показать файл Открыть проект

Открытые методы

Метод Описание
PollCurrentTime ( DateTimeOffset targetTime ) : object

Keeps returning null while current time is either less than target time, or exceeds it by 0.5 seconds. Otherwise returns current time.

Приватные методы

Метод Описание
TestSmartPollingBlocking ( ) : void
TestSmartPollingCallback ( ) : void

Описание методов

PollCurrentTime() публичный статический Метод

Keeps returning null while current time is either less than target time, or exceeds it by 0.5 seconds. Otherwise returns current time.
public static PollCurrentTime ( DateTimeOffset targetTime ) : object
targetTime DateTimeOffset
Результат object