C# Class Akka.Actor.ScheduledWork

Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ScheduledWork ( long tickExpires, System.Action action, CancellationToken token ) : System

Method Details

ScheduledWork() public method

public ScheduledWork ( long tickExpires, System.Action action, CancellationToken token ) : System
tickExpires long
action System.Action
token System.Threading.CancellationToken
return System