C# 클래스 TSystems.RELOAD.ForwardAndLinkManagement.ForwardingLayer

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 메소드들

메소드 설명
ForwardingLayer ( System.Machine machine ) : System
ProcessMsg ( ReloadMessage reloadMsg ) : bool

Checks if a inbound message must be forwarded Returns true, if it will be forwarded

비공개 메소드들

메소드 설명
handleInterdomainMessage ( ReloadMessage reloadMsg ) : bool

Checks if a inbound message contains inter-domain routing information Returns true, if it will be forwarded

메소드 상세

ForwardingLayer() 공개 메소드

public ForwardingLayer ( System.Machine machine ) : System
machine System.Machine
리턴 System

ProcessMsg() 공개 메소드

Checks if a inbound message must be forwarded Returns true, if it will be forwarded
public ProcessMsg ( ReloadMessage reloadMsg ) : bool
reloadMsg TSystems.RELOAD.Transport.ReloadMessage The inbound msg
리턴 bool