LinkEntity_Response 类
继承成员
命名空间: Fantasy.InnerMessage
程序集: Fantasy.Net.dll
语法
[ProtoContract]
public class LinkEntity_Response : AMessage, ISupportInitialize, IDisposable, IPool, IRouteResponse, IResponse, IMessage
属性
| 编辑本文 查看源代码ErrorCode
获取或设置错误代码。
声明
[ProtoMember(1)]
public uint ErrorCode { get; set; }
属性值
类型 | 描述 |
---|---|
uint |
方法
| 编辑本文 查看源代码OpCode()
获取消息的操作代码。
声明
public uint OpCode()
返回
类型 | 描述 |
---|---|
uint | 操作代码。 |