ESRI.ArcGIS.ADF.ArcGISServer
BeginImportReplicaSchemaChanges Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class : BeginImportReplicaSchemaChanges Method




SchemaChangesDoc
callback
asyncState

Syntax

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

Parameters

SchemaChangesDoc
callback
asyncState

See Also

© 2010 All Rights Reserved.