OrleansGeneratedCodeHelper.ConsumeEndBaseOrEndObject 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.
Overloads
ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>) |
Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also. |
ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>, Field) |
Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also. |
ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>)
Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also.
public static void ConsumeEndBaseOrEndObject<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ConsumeEndBaseOrEndObject : Reader -> unit
<Extension()>
Public Sub ConsumeEndBaseOrEndObject(Of TInput) (ByRef reader As Reader(Of TInput))
Type Parameters
- TInput
Parameters
- reader
- Reader<TInput>
Applies to
ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>, Field)
Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also.
public static void ConsumeEndBaseOrEndObject<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, scoped ref Orleans.Serialization.WireProtocol.Field field);
static member ConsumeEndBaseOrEndObject : Reader * Field -> unit
<Extension()>
Public Sub ConsumeEndBaseOrEndObject(Of TInput) (ByRef reader As Reader(Of TInput), ByRef field As Field)
Type Parameters
- TInput
Parameters
- reader
- Reader<TInput>
- field
- Field