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