Codec_ProtocolTransportException.ReadValue<TReaderInput> 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.
public Orleans.EventSourcing.ProtocolTransportException ReadValue<TReaderInput> (ref Orleans.Serialization.Buffers.Reader<TReaderInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Orleans.EventSourcing.ProtocolTransportException
override this.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Orleans.EventSourcing.ProtocolTransportException
Public Function ReadValue(Of TReaderInput) (ByRef reader As Reader(Of TReaderInput), field As Field) As ProtocolTransportException
Type Parameters
- TReaderInput
Parameters
- reader
- Reader<TReaderInput>
- field
- Field