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




callback
asyncState

Syntax

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

Parameters

callback
asyncState

See Also

© 2010 All Rights Reserved.