C# Класс Ensage.Common.DelayActionItem

Class that contains all of the needed information for delaying an action.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DelayActionItem ( int time, System.Action func, CancellationToken token ) : System

Initializes a new instance of the DelayActionItem class.

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

DelayActionItem() публичный Метод

Initializes a new instance of the DelayActionItem class.
public DelayActionItem ( int time, System.Action func, CancellationToken token ) : System
time int The time(in milliseconds) to call the function..
func System.Action The function to call once the has expired.
token System.Threading.CancellationToken The cancelation token.
Результат System