C# 클래스 Akka.Interfaced.SlimSocket.ChannelHelper

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced.SlimSocket

공개 메소드들

메소드 설명
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