YAMI4 for .NET 1.3.0

Inspirel.YAMI.ConnectionEventArgs Class Reference

Provides data for notification the user code about the change in the set of connections. More...

List of all members.

Public Types

enum  ConnectionEvent { NEW_INCOMING_CONNECTION, NEW_OUTGOING_CONNECTION, CONNECTION_CLOSED }
 

Type of connection event.

More...

Public Member Functions

 ConnectionEventArgs (string name, ConnectionEvent eventType)
 Creates new instance of ConnectionEventArgs class.

Properties

string Name [get]
 Gets the name of the reported connection.
ConnectionEvent Event [get]
 Gets the connection event type.

Detailed Description

Provides data for notification the user code about the change in the set of connections.

See also:
Agent.ConnectionsChanged

Member Enumeration Documentation

Type of connection event.

Enumerator:
NEW_INCOMING_CONNECTION 

New incoming connection reported.

NEW_OUTGOING_CONNECTION 

New outgoing connection reported.

CONNECTION_CLOSED 

Closing connection repoted.


Constructor & Destructor Documentation

Inspirel.YAMI.ConnectionEventArgs.ConnectionEventArgs ( string  name,
ConnectionEvent  eventType 
)

Creates new instance of ConnectionEventArgs class.

Parameters:
namename of the reported connnection
eventTypekind of the event

Property Documentation

ConnectionEvent Inspirel.YAMI.ConnectionEventArgs.Event [get]

Gets the connection event type.

string Inspirel.YAMI.ConnectionEventArgs.Name [get]

Gets the name of the reported connection.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events