Writer<TBufferWriter>.WriteFieldHeader 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.
Writes the field header.
public void WriteFieldHeader (uint fieldId, Type expectedType, Type actualType, Orleans.Serialization.WireProtocol.WireType wireType);
member this.WriteFieldHeader : uint32 * Type * Type * Orleans.Serialization.WireProtocol.WireType -> unit
Public Sub WriteFieldHeader (fieldId As UInteger, expectedType As Type, actualType As Type, wireType As WireType)
Parameters
- fieldId
- UInt32
The field identifier.
- expectedType
- Type
The expected type.
- actualType
- Type
The actual type.
- wireType
- WireType
The wire type.