C# Класс OpenNos.Core.Networking.Communication.Scs.Communication.Channels.CommunicationChannelEventArgs

Stores communication channel information to be used by an event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommunicationChannelEventArgs ( ICommunicationChannel channel ) : System

Creates a new CommunicationChannelEventArgs object.

Описание методов

CommunicationChannelEventArgs() публичный Метод

Creates a new CommunicationChannelEventArgs object.
public CommunicationChannelEventArgs ( ICommunicationChannel channel ) : System
channel ICommunicationChannel Communication channel that is associated with this event
Результат System