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.Issues.
Summary
Initializes a new instance of the
IssueProviderSettings class
for a log file content in memory.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- Issue
Provider Settings
Syntax
public IssueProviderSettings(byte[] logFileContent)
Parameters
| Name | Type | Description |
|---|---|---|
| logFileContent | byte[] | Content of the log file. |
Return Value
| Type | Description |
|---|---|
| void |
