C# Class Model.AResponse

服务端回的RPC消息需要继承这个抽象类
Inheritance: AMessage
Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

Свойство Type Description
Error int
Message string

Property Details

Error public_oe property

public int Error
Résultat int

Message public_oe property

public string Message
Résultat string