C# Класс npantarhei.distribution.StandInOperation

Наследование: npantarhei.runtime.patterns.AOperation, IDisposable
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void
StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System

Защищенные методы

Метод Описание
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

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

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

public Dispose ( ) : void
Результат void

Process() защищенный Метод

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
Результат void

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

public StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System
name string
hostProxy IHostProxy
standInStub IStandInStub
Результат System