Find qualified jobs and write response to output file.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public delegate void FindJobsFile(
FindJobsParameters parameters,
string fileName,
bool overwrite
) |
Visual Basic |
---|
Public Delegate Sub FindJobsFile ( _
parameters As FindJobsParameters, _
fileName As String, _
overwrite As Boolean _
) |
Visual C++ |
---|
public delegate void FindJobsFile(
FindJobsParameters^ parameters,
String^ fileName,
bool overwrite
) |
Parameters
- parameters
- Type: VcClient..::..FindJobsParameters
The finding parameters.
- fileName
- Type: String
The file path for output.
- overwrite
- Type: Boolean
Whether to delete the existing output file
See Also