C# Class UlteriusServer.TerminalServer.Cli.ConsoleSession

Inheritance: ICliSession
Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Свойство Type Description
TypeName string

Méthodes publiques

Méthode Description
ConsoleSession ( ILogger log ) : System
Dispose ( ) : void
Input ( string value, int commandCorrelationId ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
Push ( string line ) : void
ReadAsync ( ) : Task
ReadErrorAsync ( ) : Task

Method Details

ConsoleSession() public méthode

public ConsoleSession ( ILogger log ) : System
log ILogger
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Input() public méthode

public Input ( string value, int commandCorrelationId ) : void
value string
commandCorrelationId int
Résultat void

Property Details

TypeName public_oe static_oe property

public static string TypeName
Résultat string