A Sandcastle Documented Class Library
QuitArgs Constructor |
Constructor for arguments class passed to the Quit event
Namespace: AdiIRCAPIv2.Arguments.Contextless
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public QuitArgs( IServer server, IUser user, string quitMessage, string rawMessage, string rawBytes, DateTime serverTime, IDictionary<string, string> messageTags, EatData eatData )
Public Sub New ( server As IServer, user As IUser, quitMessage As String, rawMessage As String, rawBytes As String, serverTime As DateTime, messageTags As IDictionary(Of String, String), eatData As EatData )
public: QuitArgs( IServer^ server, IUser^ user, String^ quitMessage, String^ rawMessage, String^ rawBytes, DateTime serverTime, IDictionary<String^, String^>^ messageTags, EatData eatData )
new : server : IServer * user : IUser * quitMessage : string * rawMessage : string * rawBytes : string * serverTime : DateTime * messageTags : IDictionary<string, string> * eatData : EatData -> QuitArgs
Parameters
- server
- Type: AdiIRCAPIv2.InterfacesIServer
IServer - user
- Type: AdiIRCAPIv2.InterfacesIUser
IUser - quitMessage
- Type: SystemString
string - rawMessage
- Type: SystemString
string - rawBytes
- Type: SystemString
string - serverTime
- Type: SystemDateTime
DateTime - messageTags
- Type: System.Collections.GenericIDictionaryString, String
IDictionary> - eatData
- Type: AdiIRCAPIv2.EnumeratorsEatData
EatData>
See Also