Click or drag to resize

ServerPingReceived Delegate

Delegate gets called when a IServer receives a PING event

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void ServerPingReceived(
	ServerPingReceivedArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ContextlessServerPingReceivedArgs
ServerPingReceivedArgs
Remarks
Scripted Event Equivalent: on PING
See Also