C# 클래스 MpcLib.DistributedSystem.Msg

Represents an abstract message sent/received to/from network parties.
상속: ISizable
파일 보기 프로젝트 열기: mahdiz/mpclib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Type MsgType

공개 메소드들

메소드 설명
Msg ( ) : MpcLib.Common
Msg ( MsgType type ) : MpcLib.Common

메소드 상세

Msg() 공개 메소드

public Msg ( ) : MpcLib.Common
리턴 MpcLib.Common

Msg() 공개 메소드

public Msg ( MsgType type ) : MpcLib.Common
type MsgType
리턴 MpcLib.Common

프로퍼티 상세

Type 공개적으로 프로퍼티

public MsgType Type
리턴 MsgType