C# Класс Akka.Interfaced.SlimSocket.ChannelHelper

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

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

Метод Описание
CreateClientChannel ( string name, ChannelType type, IPEndPoint endPoint, XunitOutputLogger outputSource ) : Client.IChannel
CreateClientChannel ( string name, string address, XunitOutputLogger outputSource ) : Client.IChannel
CreateGateway ( ActorSystem system, ChannelType type, string name, IPEndPoint endPoint, XunitOutputLogger outputSource, Action clientInitiatorSetup = null ) : GatewayRef

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

CreateClientChannel() публичный статический Метод

public static CreateClientChannel ( string name, ChannelType type, IPEndPoint endPoint, XunitOutputLogger outputSource ) : Client.IChannel
name string
type ChannelType
endPoint System.Net.IPEndPoint
outputSource XunitOutputLogger
Результат Client.IChannel

CreateClientChannel() публичный статический Метод

public static CreateClientChannel ( string name, string address, XunitOutputLogger outputSource ) : Client.IChannel
name string
address string
outputSource XunitOutputLogger
Результат Client.IChannel

CreateGateway() публичный статический Метод

public static CreateGateway ( ActorSystem system, ChannelType type, string name, IPEndPoint endPoint, XunitOutputLogger outputSource, Action clientInitiatorSetup = null ) : GatewayRef
system ActorSystem
type ChannelType
name string
endPoint System.Net.IPEndPoint
outputSource XunitOutputLogger
clientInitiatorSetup Action
Результат Akka.Interfaced.SlimSocket.Server.GatewayRef