RowWriter.WriteBuffer<TContext> 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 static Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteBuffer<TContext> (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, TContext context, Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.RowWriter.WriterFunc<TContext> func);
static member WriteBuffer : RowBuffer * 'Context * Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.RowWriter.WriterFunc<'Context> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Shared Function WriteBuffer(Of TContext) (ByRef row As RowBuffer, context As TContext, func As RowWriter.WriterFunc(Of TContext)) As Result
Type Parameters
- TContext
Parameters
- row
- RowBuffer
- context
- TContext