CSEntryChangeQueueSaveQueue Method |
Saves the contents of the queue to the specified file
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static void SaveQueue(
string filename,
Schema schema
)
Public Shared Sub SaveQueue (
filename As String,
schema As Schema
)
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