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




asyncResult

Syntax

Visual Basic (Declaration) 
Public Function EndGetLayerTile( _
   ByVal asyncResult As IAsyncResult _
) As Byte()
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim asyncResult As IAsyncResult
Dim value() As Byte
 
value = instance.EndGetLayerTile(asyncResult)
C# 
public byte[] EndGetLayerTile( 
   IAsyncResult asyncResult
)

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.