This document is archived and information here might be outdated. Recommended version. |
Gets the binary job definition for a given job ID.
[Visual Basic .NET] Public Function GetBinaryJobDefinition ( _ ByVal jobID As String, _ ByVal serviceName As String, _ ByVal serviceType As String _ ) As Byte[]
[C#] public Byte[] GetBinaryJobDefinition ( string jobID, string serviceName, string serviceType );
[C++]
HRESULT GetBinaryJobDefinition(
BSTR jobID,
BSTR serviceName,
BSTR serviceType
);
[C++]
Parameters jobID [in]
jobID is a parameter of type BSTR serviceName [in]
serviceName is a parameter of type BSTR serviceType [in]
serviceType is a parameter of type BSTR