C# Class Service.Manager.Services

Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
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

Method Details

GetServicesName() public method

public GetServicesName ( ) : string
return string

GetServicesNetworkInfo() public method

public GetServicesNetworkInfo ( Network network ) : dynamic
network Network
return dynamic

JoinService() public method

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
return Service

NotifyJoinService() public method

public NotifyJoinService ( Service service, Network network ) : int
service Service
network Network
return int

Services() public method

public Services ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic