Click or drag to resize

JsonRpcServiceHostBuilderRegister Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodRegisterTService
Registers all the exposed JSON PRC methods in the specified service object type.
Public methodRegister(Assembly)
Registers all the exposed JSON PRC methods in the public service object types contained in the specified assembly.
Public methodRegister(Type)
Registers all the exposed JSON PRC methods in the specified service object type.
Top
See Also