Click or drag to resize

JsonRpcContractResolverCreateServerContract Method

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

Builds a JsonRpcServerContract out of the specified JSON RPC service types.

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public JsonRpcServerContract CreateServerContract(
	IEnumerable<Type> contractTypes
)

Parameters

contractTypes
Type: System.Collections.GenericIEnumerableType

[Missing <param name="contractTypes"/> documentation for "M:JsonRpc.Contracts.JsonRpcContractResolver.CreateServerContract(System.Collections.Generic.IEnumerable{System.Type})"]

Return Value

Type: JsonRpcServerContract

Implements

IJsonRpcContractResolverCreateServerContract(IEnumerableType)
Exceptions
ExceptionCondition
ArgumentNullExceptioncontractTypes is null.
ArgumentExceptionThere is null element in contractTypes.
See Also