Provides access to properties of job results.
Members
Name | Description | |
---|---|---|
![]() |
BinaryResults | Job results in binary format. |
![]() |
GetRESTResults | Job results in REST format. |
![]() |
IsRESTFormat | REST Format of job results. |
![]() |
ResultsFormat | Format of job results. |
![]() |
SetRESTResults | Job results in REST format. |
![]() |
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 |
---|