public sealed class RpcStorePublic NotInheritable Class RpcStore[<SealedAttribute>]
type RpcStore = class end| RpcStore | 实例化一个Rpc仓库。 |
| Filters | 全局筛选器 |
| ServerTypes | 服务类型 |
| AddFilter(Type) | 添加全局过滤器 |
| AddFilterTFilter | 添加全局筛选器 |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| GetAllMethods | 获取所有已注册的函数。 |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetProxyCodes(String, Type) | 本地获取代理 |
| GetProxyCodesTAttribute(String) | 获取生成的代理 |
| GetProxyInfo | 从本地获取代理 |
| GetServerRpcMethods | 获取服务类型对应的服务方法。 |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| RegisterServer(Type, Type) | 注册服务 |
| RegisterServer(Type, IRpcServer) | 注册为单例服务 |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| RegisterAllServer |
注册AppDomain已加载程序集的所有Rpc服务
(由 RpcStoreExtension 定义。) |
| RegisterAllServer |
注册指定程序集的Rpc服务。
(由 RpcStoreExtension 定义。) |
| RegisterServer |
注册服务
(由 RpcStoreExtension 定义。) |
| RegisterServerT |
注册服务
(由 RpcStoreExtension 定义。) |
| RegisterServerTFrom |
注册为单例服务
(由 RpcStoreExtension 定义。) |
| RegisterServerTFrom, TTo |
注册服务
(由 RpcStoreExtension 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |