Click or drag to resize

NotifyUserOfflineArgs Constructor

Initializes a new instance of the NotifyUserOfflineArgs class

Namespace:  AdiIRCAPIv2.Arguments.Contextless
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public NotifyUserOfflineArgs(
	IServer server,
	IUser user,
	EatData eatData
)

Parameters

server
Type: AdiIRCAPIv2.InterfacesIServer

[Missing <param name="server"/> documentation for "M:AdiIRCAPIv2.Arguments.Contextless.NotifyUserOfflineArgs.#ctor(AdiIRCAPIv2.Interfaces.IServer,AdiIRCAPIv2.Interfaces.IUser,AdiIRCAPIv2.Enumerators.EatData)"]

user
Type: AdiIRCAPIv2.InterfacesIUser

[Missing <param name="user"/> documentation for "M:AdiIRCAPIv2.Arguments.Contextless.NotifyUserOfflineArgs.#ctor(AdiIRCAPIv2.Interfaces.IServer,AdiIRCAPIv2.Interfaces.IUser,AdiIRCAPIv2.Enumerators.EatData)"]

eatData
Type: AdiIRCAPIv2.EnumeratorsEatData

[Missing <param name="eatData"/> documentation for "M:AdiIRCAPIv2.Arguments.Contextless.NotifyUserOfflineArgs.#ctor(AdiIRCAPIv2.Interfaces.IServer,AdiIRCAPIv2.Interfaces.IUser,AdiIRCAPIv2.Enumerators.EatData)"]

See Also