VarFile.WriteRecord Method (Stream, String, UInt32)
Writes a single record to the VarFile.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected static void WriteRecord(
Stream stream,
string var,
uint id
)
protected:
static void WriteRecord(
Stream^ stream,
String^ var,
unsigned int id
)
Protected Shared Sub WriteRecord (
stream As Stream,
var As String,
id As UInteger
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
var
Type: System.StringThe string.
id
Type: System.UInt32The ID.
See Also
WriteRecord Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top