This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub ExecuteJob ( _ ByVal cfgName As String, _ ByVal cfgType As String, _ ByVal jobID As String _ )
[C#] public void ExecuteJob ( string cfgName, string cfgType, string jobID );
[C++]
HRESULT ExecuteJob(
BSTR cfgName,
BSTR cfgType,
BSTR jobID
);
[C++]
Parameters cfgName [in]
cfgName is a parameter of type BSTR cfgType [in]
cfgType is a parameter of type BSTR jobID [in]
jobID is a parameter of type BSTR