Click or drag to resize

MessageId Constructor (Int32)

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

Initializes a new instance of the MessageId class

Namespace:  JsonRpc.Messages
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public MessageId(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:JsonRpc.Messages.MessageId.#ctor(System.Int32)"]

See Also