ObjectIdFormatter.Read(MessagePackReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read the ObjectId from a MessagePack reader.
public static Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId Read (ref MessagePack.MessagePackReader reader);
static member Read : MessagePackReader -> Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId
Public Shared Function Read (ByRef reader As MessagePackReader) As ObjectId
Parameters
- reader
- MessagePack.MessagePackReader
The MessagePack reader to read from.
Returns
The read value.