C# Класс Org.Openengsb.Loom.CSharp.Bridge.Implementation.RegistrationFunctions

Показать файл Открыть проект

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

Метод Описание
GetAliveState ( ) : AliveState

Get invokes, when the OpenEngSB checks the connections

RegistrationFunctions ( ) : System
RegistrationFunctions ( log4net.ILog logger ) : System
SetConnectorId ( String element ) : void

Part of the registration process

SetDomainId ( String element ) : void

Part of the registration process

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

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

Get invokes, when the OpenEngSB checks the connections
public GetAliveState ( ) : AliveState
Результат AliveState

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

public RegistrationFunctions ( ) : System
Результат System

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

public RegistrationFunctions ( log4net.ILog logger ) : System
logger log4net.ILog
Результат System

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

Part of the registration process
public SetConnectorId ( String element ) : void
element String Message from the server
Результат void

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

Part of the registration process
public SetDomainId ( String element ) : void
element String Message from the server
Результат void