 | IJsonRpcBuilderRegister Method |
[This is preliminary documentation and is subject to change.]
Namespace:
JsonRpc.AspNetCore
Assembly:
JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
SyntaxIJsonRpcBuilder Register(
Type serviceType
)
Function Register (
serviceType As Type
) As IJsonRpcBuilder
Dim instance As IJsonRpcBuilder
Dim serviceType As Type
Dim returnValue As IJsonRpcBuilder
returnValue = instance.Register(serviceType)
IJsonRpcBuilder^ Register(
Type^ serviceType
)
abstract Register :
serviceType : Type -> IJsonRpcBuilder
Parameters
- serviceType
- Type: SystemType
The Type of a class that inherits from JsonRpcService.
Return Value
Type:
IJsonRpcBuilder
Exceptions
See Also