 | 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
Syntaxpublic MessageId(
long id
)
Public Sub New (
id As Long
)
Dim id As Long
Dim instance As New MessageId(id)
public:
MessageId(
long long id
)
new :
id : int64 -> MessageId
Parameters
- id
- Type: SystemInt64
[Missing <param name="id"/> documentation for "M:JsonRpc.Messages.MessageId.#ctor(System.Int64)"]
See Also