C# Класс RemotingInterface.IpcInterface

Наследование: System.MarshalByRefObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InitializeLifetimeService ( ) : Object
Ping ( ) : void

Does nothing, but will throw a remoting exception if the Controller is unreachable.

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

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

public InitializeLifetimeService ( ) : Object
Результат Object

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

Does nothing, but will throw a remoting exception if the Controller is unreachable.
public Ping ( ) : void
Результат void