This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.7zip.
Summary
Gets or sets the output-action, to be called when output is available.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Commands - Containing Type
- BaseOutputCommand
<T>
Syntax
public Action<T> OutputAction { get; set; }
Attributes
Type | Description |
---|---|
NullableAttribute |
Value
Type | Description |
---|---|
Action |
The output-action. |