Click or drag to resize

ConnectionLogonSuccessArgs Constructor

Constructor for arguments class passed to the ConnectionLogonSuccess event

Namespace:  AdiIRCAPIv2.Arguments.Connection
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public ConnectionLogonSuccessArgs(
	IServer server
)

Parameters

server
Type: AdiIRCAPIv2.InterfacesIServer
IServer
See Also