Class ProcessSessionLogs
Log payload for a managed process session.
public sealed record ProcessSessionLogs : IEquatable<ProcessSessionLogs>
- Inheritance
-
ProcessSessionLogs
- Implements
- Inherited Members
Constructors
ProcessSessionLogs(string, string, string, int, int)
Log payload for a managed process session.
public ProcessSessionLogs(string SessionId, string Stdout, string Stderr, int StdoutChars, int StderrChars)
Parameters
Properties
SessionId
public string SessionId { get; init; }
Property Value
Stderr
public string Stderr { get; init; }
Property Value
StderrChars
public int StderrChars { get; init; }
Property Value
Stdout
public string Stdout { get; init; }
Property Value
StdoutChars
public int StdoutChars { get; init; }