public void RegisterServer<TRpcServer>(
Type serverFromType,
TRpcServer rpcServer
)
where TRpcServer : IRpcServer
Public Sub RegisterServer(Of TRpcServer As IRpcServer) (
serverFromType As Type,
rpcServer As TRpcServer
)member RegisterServer :
serverFromType : Type *
rpcServer : 'TRpcServer -> unit when 'TRpcServer : IRpcServer[缺少 "M:TouchSocket.Rpc.RpcStore.RegisterServer``1(System.Type,``0)" 的 <typeparam name="TRpcServer"/> 文档]