CSEntryChangeQueueLoadQueue Method |
Loads the queue from the specified file
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static void LoadQueue(
string filename
)
Public Shared Sub LoadQueue (
filename As String
)
public:
static void LoadQueue(
String^ filename
)
Parameters
- filename
- Type: SystemString
The name of the file
See Also