C# Class JobManagerInterfaces.JobStatus

Inheritance: XMLSerializable
Show file Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ErrorOut ( string errorMessage, FileInfo errorLog, IEnumerable attachments ) : void
JobStatus ( ) : System

Method Details

ErrorOut() public method

public ErrorOut ( string errorMessage, FileInfo errorLog, IEnumerable attachments ) : void
errorMessage string
errorLog System.IO.FileInfo
attachments IEnumerable
return void

JobStatus() public method

public JobStatus ( ) : System
return System