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 responseProperties As String, _
ByVal result As Byte[] _
)
[C#]
public void WriteRESTJobResult (
string jobID,
string responseProperties,
Byte[] result
);
[C++]
HRESULT WriteRESTJobResult(
BSTR jobID,
BSTR responseProperties,
SafeArray result
);
[C++] Parameters jobID [in]
jobID 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)