Click or drag to resize

MarshaledRequestParameters Constructor

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

Initializes a new instance of the MarshaledRequestParameters class

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public MarshaledRequestParameters(
	JToken parameters,
	CancellationToken cancellationToken
)

Parameters

parameters
Type: JToken

[Missing <param name="parameters"/> documentation for "M:JsonRpc.Contracts.MarshaledRequestParameters.#ctor(Newtonsoft.Json.Linq.JToken,System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:JsonRpc.Contracts.MarshaledRequestParameters.#ctor(Newtonsoft.Json.Linq.JToken,System.Threading.CancellationToken)"]

See Also