C# Class EmpireServer.LogoffResponseFalse

Inheritance: LogoffResponse
Afficher le fichier Open project: enepomnyaschih/Empire

Méthodes publiques

Свойство Type Description
errorID string
success bool

Méthodes publiques

Méthode Description
LogoffResponseFalse ( bool vsuccess, string verrorID ) : System

Method Details

LogoffResponseFalse() public méthode

public LogoffResponseFalse ( bool vsuccess, string verrorID ) : System
vsuccess bool
verrorID string
Résultat System

Property Details

errorID public_oe property

public string errorID
Résultat string

success public_oe property

public bool success
Résultat bool