ESRI.ArcGIS.ADF.ArcGISServer
BeginGetServiceDescriptionsEx Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Catalog Class : BeginGetServiceDescriptionsEx Method




FolderName
callback
asyncState

Syntax

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

Parameters

FolderName
callback
asyncState

See Also

© 2010 All Rights Reserved.