C# Class WinTail.FileValidatorActor

Actor that validates user input and signals result to others.
Inheritance: Akka.Actor.UntypedActor
Afficher le fichier Open project: sachabarber/AkkaWintail Class Usage Examples

Méthodes publiques

Méthode Description
FileValidatorActor ( IActorRef consoleWriterActor ) : System.IO

Méthodes protégées

Méthode Description
OnReceive ( object message ) : void

Private Methods

Méthode Description
IsFileUri ( string path ) : bool

Checks if file exists at path provided by user.

Method Details

FileValidatorActor() public méthode

public FileValidatorActor ( IActorRef consoleWriterActor ) : System.IO
consoleWriterActor IActorRef
Résultat System.IO

OnReceive() protected méthode

protected OnReceive ( object message ) : void
message object
Résultat void