C# Класс Akka.Interfaced.SlimSocket.Server.GatewayRef

Наследование: InterfacedActorRef, IGateway, IGateway_NoReply
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GatewayRef ( ) : System
GatewayRef ( IRequestTarget target ) : System
GatewayRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
Start ( ) : System.Threading.Tasks.Task
Stop ( bool stopListenOnly = false ) : System.Threading.Tasks.Task
WithNoReply ( ) : IGateway_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : GatewayRef
WithTimeout ( System.TimeSpan timeout ) : GatewayRef

Приватные методы

Метод Описание
IGateway_NoReply ( ) : void
IGateway_NoReply ( bool stopListenOnly ) : void

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

GatewayRef() публичный метод

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

GatewayRef() публичный метод

public GatewayRef ( IRequestTarget target ) : System
target IRequestTarget
Результат System

GatewayRef() публичный метод

public GatewayRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
target IRequestTarget
requestWaiter IRequestWaiter
timeout System.TimeSpan
Результат System

Start() публичный метод

public Start ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

Stop() публичный метод

public Stop ( bool stopListenOnly = false ) : System.Threading.Tasks.Task
stopListenOnly bool
Результат System.Threading.Tasks.Task

WithNoReply() публичный метод

public WithNoReply ( ) : IGateway_NoReply
Результат IGateway_NoReply

WithRequestWaiter() публичный метод

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : GatewayRef
requestWaiter IRequestWaiter
Результат GatewayRef

WithTimeout() публичный метод

public WithTimeout ( System.TimeSpan timeout ) : GatewayRef
timeout System.TimeSpan
Результат GatewayRef