This document is archived and information here might be outdated. Recommended version. |
Retrieves job with given id from the catalog.
[Visual Basic .NET] Public Function GetJob ( _ ByVal JobID As String, _ ByVal bLock As Boolean _ ) As IJob
[C#] public IJob GetJob ( string JobID, bool bLock );
[C++]
HRESULT GetJob(
BSTR JobID,
VARIANT_BOOL bLock
);
[C++] Parameters JobID [in]
JobID is a parameter of type BSTR bLock [in]
bLock is a parameter of type bool