IPluginHostNotifyUser Method (IServer, String) |
Use this to show information to the user. Shows in IServer window.
Returns if the message was shown
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax bool NotifyUser(
IServer Server,
string Message
)
Function NotifyUser (
Server As IServer,
Message As String
) As Boolean
bool NotifyUser(
IServer^ Server,
String^ Message
)
abstract NotifyUser :
Server : IServer *
Message : string -> bool
Parameters
- Server
- Type: AdiIRCAPIIServer
IServer - Message
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if the notify was successful
See Also