C# 클래스 Service.Manager.Services

파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
GetServicesName ( ) : string
GetServicesNetworkInfo ( Network network ) : dynamic
JoinService ( IChannel channel, int id, Newtonsoft.Json.Linq.JArray address, int port ) : Service
NotifyJoinService ( Service service, Network network ) : int
Services ( string name ) : System.Collections.Generic

메소드 상세

GetServicesName() 공개 메소드

public GetServicesName ( ) : string
리턴 string

GetServicesNetworkInfo() 공개 메소드

public GetServicesNetworkInfo ( Network network ) : dynamic
network Network
리턴 dynamic

JoinService() 공개 메소드

public JoinService ( IChannel channel, int id, Newtonsoft.Json.Linq.JArray address, int port ) : Service
channel IChannel
id int
address Newtonsoft.Json.Linq.JArray
port int
리턴 Service

NotifyJoinService() 공개 메소드

public NotifyJoinService ( Service service, Network network ) : int
service Service
network Network
리턴 int

Services() 공개 메소드

public Services ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic