C# Class Brunet.Connections.ConnectionEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: pstjuste/brunet

Public Properties

Property Type Description
Connection Connection
ConnectionState ConnectionState
Index int
NewState ConnectionTableState
OldState ConnectionTableState

Public Methods

Method Description
ConnectionEventArgs ( Connection c, ConnectionState cs, int idx, ConnectionTableState old, ConnectionTableState news ) : System.Collections
ToDictionary ( ) : IDictionary

Method Details

ConnectionEventArgs() public method

public ConnectionEventArgs ( Connection c, ConnectionState cs, int idx, ConnectionTableState old, ConnectionTableState news ) : System.Collections
c Connection
cs ConnectionState
idx int
old ConnectionTableState
news ConnectionTableState
return System.Collections

ToDictionary() public method

public ToDictionary ( ) : IDictionary
return IDictionary

Property Details

Connection public_oe property

public Connection,Brunet.Connections Connection
return Connection

ConnectionState public_oe property

public ConnectionState,Brunet.Connections ConnectionState
return ConnectionState

Index public_oe property

public int Index
return int

NewState public_oe property

public ConnectionTableState NewState
return ConnectionTableState

OldState public_oe property

public ConnectionTableState OldState
return ConnectionTableState