This document is archived and information here might be outdated. Recommended version. |
Writes a REST job result to the job directory.
[Visual Basic .NET] Public Sub WriteRESTJobResult ( _ ByVal jobID As String, _ ByVal serviceName As String, _ ByVal serviceType As String, _ ByVal responseProperties As String, _ ByVal result As Byte[] _ )
[C#] public void WriteRESTJobResult ( string jobID, string serviceName, string serviceType, string responseProperties, Byte[] result );
[C++]
HRESULT WriteRESTJobResult(
BSTR jobID,
BSTR serviceName,
BSTR serviceType,
BSTR responseProperties,
SafeArray result
);
[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 responseProperties [in]
responseProperties is a parameter of type BSTR result [in]
result is a parameter of type SAFEARRAY(unsigned char)