IJobDefinition Interface

Provides access to properties of job definition.

Members

Name Description
Read/write property BinaryRequest Request message in binary format.
Read/write property Capabilities Required capabilities of job processor.
Method GetRESTRequest Request message in REST format.
Read-only property IsRESTFormat REST Format of request.
Read-only property RequestFormat Format of request.
Method SetRESTRequest Request message in REST format.
Read/write property 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

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