C# Класс TSystems.RELOAD.ForwardAndLinkManagement.ForwardingLayer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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