IPluginHostNotifyUser Method |
| Name | Description | |
|---|---|---|
| NotifyUser(String) |
Use this to show information to the user. Show in currently active window
| |
| NotifyUser(Object, String) |
Use this to show information to the user. Shows in the specified window of any type.
Returns if the message was shown
| |
| NotifyUser(IChannel, String) |
Use this to show information to the user. Shows in IChannel window
Returns if the message was shown
| |
| NotifyUser(IServer, String) |
Use this to show information to the user. Shows in IServer window.
Returns if the message was shown
| |
| NotifyUser(IUser, String) |
Use this to show information to the user. Shows in IUser window
Returns if the message was shown
|