C# Class OpenNos.Core.Networking.Communication.Scs.Communication.Channels.CommunicationChannelEventArgs

Stores communication channel information to be used by an event.
Inheritance: System.EventArgs
Afficher le fichier Open project: OpenNos/OpenNos Class Usage Examples

Méthodes publiques

Méthode Description
CommunicationChannelEventArgs ( ICommunicationChannel channel ) : System

Creates a new CommunicationChannelEventArgs object.

Method Details

CommunicationChannelEventArgs() public méthode

Creates a new CommunicationChannelEventArgs object.
public CommunicationChannelEventArgs ( ICommunicationChannel channel ) : System
channel ICommunicationChannel Communication channel that is associated with this event
Résultat System