C# Class Model.NetworkComponent

Inheritance: Model.Component
Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string address ) : Model.Session

创建一个新Session

Dispose ( ) : void
Get ( long id ) : Model.Session
Remove ( long id ) : void

Méthodes protégées

Méthode Description
Awake ( NetworkProtocol protocol ) : void
Awake ( NetworkProtocol protocol, string host, int port ) : void
Update ( ) : void

Private Methods

Méthode Description
Accept ( ) : Task
StartAccept ( ) : void

Method Details

Awake() protected méthode

protected Awake ( NetworkProtocol protocol ) : void
protocol NetworkProtocol
Résultat void

Awake() protected méthode

protected Awake ( NetworkProtocol protocol, string host, int port ) : void
protocol NetworkProtocol
host string
port int
Résultat void

Create() public méthode

创建一个新Session
public Create ( string address ) : Model.Session
address string
Résultat Model.Session

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Get() public méthode

public Get ( long id ) : Model.Session
id long
Résultat Model.Session

Remove() public méthode

public Remove ( long id ) : void
id long
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void