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




ReplicaName
TransportType

Syntax

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

Parameters

ReplicaName
TransportType

See Also

© 2010 All Rights Reserved.