C# 클래스 OpenNos.Core.Networking.Communication.Scs.Communication.Channels.CommunicationChannelEventArgs

Stores communication channel information to be used by an event.
상속: System.EventArgs
파일 보기 프로젝트 열기: OpenNos/OpenNos 1 사용 예제들

공개 메소드들

메소드 설명
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