C# Class Model.AResponse

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

Public Properties

Property Type Description
Error int
Message string

Property Details

Error public_oe property

public int Error
return int

Message public_oe property

public string Message
return string