Method | Description | |
---|---|---|
Error ( |
||
OneGetHandler ( |
||
RunTask ( ITask task ) : void |
Method | Description | |
---|---|---|
Ask ( string question, MsgSeverity severity ) : bool | ||
LogHandler ( LogSeverity severity, string message ) : void |
Outputs Log messages using the OneGet Request object.
|
protected Ask ( string question, MsgSeverity severity ) : bool | ||
question | string | |
severity | MsgSeverity | |
return | bool |
public Error ( |
||
exception | ||
return | void |
protected LogHandler ( LogSeverity severity, string message ) : void | ||
severity | LogSeverity | The type/severity of the entry. |
message | string | The message text of the entry. |
return | void |
public OneGetHandler ( |
||
request | ||
return | System |