C# Class Akka.Actor.ScheduledWork

Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
ScheduledWork ( long tickExpires, System.Action action, CancellationToken token ) : System

Method Details

ScheduledWork() public méthode

public ScheduledWork ( long tickExpires, System.Action action, CancellationToken token ) : System
tickExpires long
action System.Action
token System.Threading.CancellationToken
Résultat System