C# Class Akka.Streams.Implementation.IO.FileSubscriber

INTERNAL API
Inheritance: ActorSubscriber
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
FileSubscriber ( FileInfo f, TaskCompletionSource completionPromise, int bufferSize, FileMode fileMode ) : System
Props ( FileInfo f, TaskCompletionSource completionPromise, int bufferSize, FileMode fileMode ) : Props

Méthodes protégées

Méthode Description
PostStop ( ) : void
PreStart ( ) : void
Receive ( object message ) : bool

Method Details

FileSubscriber() public méthode

public FileSubscriber ( FileInfo f, TaskCompletionSource completionPromise, int bufferSize, FileMode fileMode ) : System
f System.IO.FileInfo
completionPromise TaskCompletionSource
bufferSize int
fileMode FileMode
Résultat System

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

Props() public static méthode

public static Props ( FileInfo f, TaskCompletionSource completionPromise, int bufferSize, FileMode fileMode ) : Props
f System.IO.FileInfo
completionPromise TaskCompletionSource
bufferSize int
fileMode FileMode
Résultat Props

Receive() protected méthode

protected Receive ( object message ) : bool
message object
Résultat bool