IJobResults Interface

Provides access to properties of job results.

Members

Name Description
Read/write property BinaryResults Job results in binary format.
Method GetRESTResults Job results in REST format.
Read-only property IsRESTFormat REST Format of job results.
Read-only property ResultsFormat Format of job results.
Method SetRESTResults Job results in REST format.
Read/write property StringResults Job results in SOAP format.

IJobResults.BinaryResults Property

Job results in binary format.

Public Property BinaryResults As Byte[]
public Byte[] BinaryResults {get; set;}

IJobResults.GetRESTResults Method

Job results in REST format.

Public Sub GetRESTResults ( _
    ByRef pVal As String, _
    ByRef ppVal As Byte[]& _
)
public void GetRESTResults (
    ref string pVal,
    ref Byte[]& ppVal
);

IJobResults.IsRESTFormat Property

REST Format of job results.

Public ReadOnly Property IsRESTFormat As Boolean
public bool IsRESTFormat {get;}

IJobResults.ResultsFormat Property

Format of job results.

Public ReadOnly Property ResultsFormat As esriAGSInternetMessageFormat
public esriAGSInternetMessageFormat ResultsFormat {get;}

IJobResults.SetRESTResults Method

Job results in REST format.

Public Sub SetRESTResults ( _
    ByVal Val As String, _
    ByVal pVal As Byte[] _
)
public void SetRESTResults (
    string Val,
    Byte[] pVal
);

IJobResults.StringResults Property

Job results in SOAP format.

Public Property StringResults As String
public string StringResults {get; set;}

Classes that implement IJobResults

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.