C# Class Akka.TestKit.TestScheduler.ScheduledItem

Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ScheduledItem ( System.TimeSpan initialDelay, System.TimeSpan delay, ScheduledItemType type, object message, System.Action action, bool repeating, ICanTell receiver, IActorRef sender, ICancelable cancelable ) : System

Method Details

ScheduledItem() public méthode

public ScheduledItem ( System.TimeSpan initialDelay, System.TimeSpan delay, ScheduledItemType type, object message, System.Action action, bool repeating, ICanTell receiver, IActorRef sender, ICancelable cancelable ) : System
initialDelay System.TimeSpan
delay System.TimeSpan
type ScheduledItemType
message object
action System.Action
repeating bool
receiver ICanTell
sender IActorRef
cancelable ICancelable
Résultat System