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 |