Delegate gets called when a IServer recives a notice
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax public delegate void ServerNotice(
IServer Server,
string Notice,
out EatData Return
)
Public Delegate Sub ServerNotice (
Server As IServer,
Notice As String,
<OutAttribute> ByRef Return As EatData
)
public delegate void ServerNotice(
IServer^ Server,
String^ Notice,
[OutAttribute] EatData% Return
)
type ServerNotice =
delegate of
Server : IServer *
Notice : string *
Return : EatData byref -> unit
Parameters
- Server
- Type: AdiIRCAPIIServer
IServer - Notice
- Type: SystemString
String - Return
- Type: AdiIRCAPIEatData
EatData
See Also