This document is archived and information here might be outdated.  Recommended version.


IGDSData.TransportType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSData.TransportType Property

The transport type used to transfer the replica data.

[Visual Basic .NET]
Public Property TransportType As esriGDSTransportType
[C#]
public esriGDSTransportType TransportType {get; set;}
[C++]
HRESULT get_TransportType(
  esriGDSTransportType* pTransport
);
[C++]
HRESULT put_TransportType(
  esriGDSTransportType pTransport
);
[C++]

Parameters pTransport [out, retval]
pTransport is a parameter of type esriGDSTransportType pTransport [in]
pTransport is a parameter of type esriGDSTransportType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGDSData Interface

.NET Related Topics

GeoData services | How to create a replica in a disconnected environment | How to synchronize a data change message in a disconnected environment | How to synchronize an acknowledgement message in a disconnected environment