ESRI.ArcGIS.ADF.ArcGISServer
ExportReplicaSchemaAsync(String,esriGDSTransportType,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class > ExportReplicaSchemaAsync Method : ExportReplicaSchemaAsync(String,esriGDSTransportType,Object) Method




ReplicaName
TransportType
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExportReplicaSchemaAsync( _
   ByVal ReplicaName As String, _
   ByVal TransportType As esriGDSTransportType, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim ReplicaName As String
Dim TransportType As esriGDSTransportType
Dim userState As Object
 
instance.ExportReplicaSchemaAsync(ReplicaName, TransportType, userState)
C# 
public void ExportReplicaSchemaAsync( 
   string ReplicaName,
   esriGDSTransportType TransportType,
   object userState
)

Parameters

ReplicaName
TransportType
userState

See Also

© 2010 All Rights Reserved.