ObjectVersionFormatter.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.
Reads the ObjectVersion from a MessagePack reader.
public static Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion Read (ref MessagePack.MessagePackReader reader);
static member Read : MessagePackReader -> Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion
Public Shared Function Read (ByRef reader As MessagePackReader) As ObjectVersion
Parameters
- reader
- MessagePack.MessagePackReader
The MessagePack reader to read from.
Returns
The read value.