Click or drag to resize

MessageId Constructor (Int64)

[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(
	long id
)

Parameters

id
Type: SystemInt64

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

See Also