ESRI.ArcGIS.ADF.ArcGISServer
BeginGetJobResult Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GPServerProxy Class : BeginGetJobResult Method




JobID
ParameterNames
Options
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetJobResult( _
   ByVal JobID As String, _
   ByVal ParameterNames() As String, _
   ByVal Options As GPResultOptions, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GPServerProxy
Dim JobID As String
Dim ParameterNames() As String
Dim Options As GPResultOptions
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetJobResult(JobID, ParameterNames, Options, callback, asyncState)
C# 
public IAsyncResult BeginGetJobResult( 
   string JobID,
   string[] ParameterNames,
   GPResultOptions Options,
   AsyncCallback callback,
   object asyncState
)

Parameters

JobID
ParameterNames
Options
callback
asyncState

See Also

© 2010 All Rights Reserved.