Click or drag to resize
CSEntryChangeQueueSaveQueue Method
Saves the contents of the queue to the specified file

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static void SaveQueue(
	string filename,
	Schema schema
)

Parameters

filename
Type: SystemString
The name of the file to save the queue to. If this file exists, it is overwritten
schema
Type: Schema
The current metadirectory services schema
See Also