public static void RegisterServer<TFrom, TTo>(
this RpcStore rpcStore
)
where TFrom : class, IRpcServer
where TTo : TFrom
<ExtensionAttribute>
Public Shared Sub RegisterServer(Of TFrom As {Class, IRpcServer}, TTo As TFrom) (
rpcStore As RpcStore
)[<ExtensionAttribute>]
static member RegisterServer :
rpcStore : RpcStore -> unit when 'TFrom : not struct and IRpcServer when 'TTo : 'TFrom[缺少 "M:TouchSocket.Rpc.RpcStoreExtension.RegisterServer``2(TouchSocket.Rpc.RpcStore)" 的 <param name="rpcStore"/> 文档]
[缺少 "M:TouchSocket.Rpc.RpcStoreExtension.RegisterServer``2(TouchSocket.Rpc.RpcStore)" 的 <typeparam name="TFrom"/> 文档]
[缺少 "M:TouchSocket.Rpc.RpcStoreExtension.RegisterServer``2(TouchSocket.Rpc.RpcStore)" 的 <typeparam name="TTo"/> 文档]