Provides access to properties of job definition.
Members
Name | Description | |
---|---|---|
![]() |
BinaryRequest | Request message in binary format. |
![]() |
Capabilities | Required capabilities of job processor. |
![]() |
GetRESTRequest | Request message in REST format. |
![]() |
IsRESTFormat | REST Format of request. |
![]() |
RequestFormat | Format of request. |
![]() |
SetRESTRequest | Request message in REST format. |
![]() |
StringRequest | Request message in SOAP format. |
IJobDefinition.BinaryRequest Property
Request message in binary format.
Public Property BinaryRequest As Byte[]
public Byte[] BinaryRequest {get; set;}
IJobDefinition.Capabilities Property
Required capabilities of job processor.
Public Property Capabilities As String
public string Capabilities {get; set;}
IJobDefinition.GetRESTRequest Method
Request message in REST format.
Public Sub GetRESTRequest ( _
ByRef pResourceName As String, _
ByRef pRperationName As String, _
ByRef pRperationInput As String, _
ByRef pOutputFormat As String, _
ByRef pRequestProperties As String _
)
public void GetRESTRequest (
ref string pResourceName,
ref string pRperationName,
ref string pRperationInput,
ref string pOutputFormat,
ref string pRequestProperties
);
IJobDefinition.IsRESTFormat Property
REST Format of request.
Public ReadOnly Property IsRESTFormat As Boolean
public bool IsRESTFormat {get;}
IJobDefinition.RequestFormat Property
Format of request.
Public ReadOnly Property RequestFormat As esriAGSInternetMessageFormat
public esriAGSInternetMessageFormat RequestFormat {get;}
IJobDefinition.SetRESTRequest Method
Request message in REST format.
Public Sub SetRESTRequest ( _
ByVal resourceName As String, _
ByVal operationName As String, _
ByVal operationInput As String, _
ByVal outputFormat As String, _
ByVal requestProperties As String _
)
public void SetRESTRequest (
string resourceName,
string operationName,
string operationInput,
string outputFormat,
string requestProperties
);
IJobDefinition.StringRequest Property
Request message in SOAP format.
Public Property StringRequest As String
public string StringRequest {get; set;}
Classes that implement IJobDefinition
Classes | Description |
---|