Method CreateProcessBeginMessage
CreateProcessBeginMessage(int, string, string, IEnumerable<string>)
Declaration
public static Message CreateProcessBeginMessage(int id, string path, string processArguments, IEnumerable<string> logs)
Parameters
Type | Name | Description |
---|---|---|
int | id | |
string | path | |
string | processArguments | |
IEnumerable<string> | logs |
Returns
Type | Description |
---|---|
Message |