Property | Type | Description | |
---|---|---|---|
TypeName | string |
Method | Description | |
---|---|---|
ConsoleSession ( ILogger log ) : System | ||
Dispose ( ) : void | ||
Input ( string value, int commandCorrelationId ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Push ( string line ) : void | ||
ReadAsync ( ) : Task | ||
ReadErrorAsync ( ) : Task |
public ConsoleSession ( ILogger log ) : System | ||
log | ILogger | |
return | System |
public Input ( string value, int commandCorrelationId ) : void | ||
value | string | |
commandCorrelationId | int | |
return | void |