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




ReplicaName
TransportType
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginExportAcknowledgement( _
   ByVal ReplicaName As String, _
   ByVal TransportType As esriGDSTransportType, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim ReplicaName As String
Dim TransportType As esriGDSTransportType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginExportAcknowledgement(ReplicaName, TransportType, callback, asyncState)
C# 
public IAsyncResult BeginExportAcknowledgement( 
   string ReplicaName,
   esriGDSTransportType TransportType,
   AsyncCallback callback,
   object asyncState
)

Parameters

ReplicaName
TransportType
callback
asyncState

See Also

© 2010 All Rights Reserved.