Property | Type | Description | |
---|---|---|---|
ProcessMessages | void | ||
WriteMessageQueue | void |
Method | Description | |
---|---|---|
AddMessage ( string message ) : void |
Writes a message into our output pane.
|
|
ClearMessages ( ) : void |
Clears the output pane.
|
|
DisplayError ( string title, string message ) : void |
Displays an error in a message box.
|
|
DisplayException ( |
Displays the exception.
|
|
DisplayMessage ( string title, string message ) : void |
Displays a message in a message box.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
NewSection ( string name ) : void |
Writes a new section to the output window.
|
|
NotificationService ( ) : System |
Initializes a new instance of the NotificationService class.
|
Method | Description | |
---|---|---|
ProcessMessages ( ) : void |
Periodically checks for messages and writes them to the output window.
|
|
WriteMessageQueue ( ) : void |
Writes all mesages in the queue to the output window.
|
public AddMessage ( string message ) : void | ||
message | string | Message to write. |
return | void |
public static DisplayError ( string title, string message ) : void | ||
title | string | The title. |
message | string | The message. |
return | void |
public static DisplayException ( |
||
e | The exception. | |
title | string | The title. |
message | string | The message. |
return | void |
public static DisplayMessage ( string title, string message ) : void | ||
title | string | The title. |
message | string | The message. |
return | void |
public NewSection ( string name ) : void | ||
name | string | /// The name. /// |
return | void |