ESRI.ArcGIS.ADF.ArcGISServer
BeginComputeScale Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : BeginComputeScale Method




MapDescription
MapImageDisplay
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginComputeScale( _
   ByVal MapDescription As MapDescription, _
   ByVal MapImageDisplay As ImageDisplay, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapDescription As MapDescription
Dim MapImageDisplay As ImageDisplay
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginComputeScale(MapDescription, MapImageDisplay, callback, asyncState)
C# 
public IAsyncResult BeginComputeScale( 
   MapDescription MapDescription,
   ImageDisplay MapImageDisplay,
   AsyncCallback callback,
   object asyncState
)

Parameters

MapDescription
MapImageDisplay
callback
asyncState

See Also

© 2010 All Rights Reserved.