C# Класс Service.Manager.Service

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddChannel ( IChannel channel ) : void
GetAddress ( ) : byte[][]
GetServiceName ( ) : string
NotifyJoinService ( Service service, Network network ) : void
Service ( Services services, int id, IEnumerable address, int port ) : System.Collections.Generic

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

Метод Описание
SendPacket ( dynamic packet ) : void

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

AddChannel() публичный Метод

public AddChannel ( IChannel channel ) : void
channel IChannel
Результат void

GetAddress() публичный Метод

public GetAddress ( ) : byte[][]
Результат byte[][]

GetServiceName() публичный Метод

public GetServiceName ( ) : string
Результат string

NotifyJoinService() публичный Метод

public NotifyJoinService ( Service service, Network network ) : void
service Service
network Network
Результат void

Service() публичный Метод

public Service ( Services services, int id, IEnumerable address, int port ) : System.Collections.Generic
services Services
id int
address IEnumerable
port int
Результат System.Collections.Generic