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


IGeoDataServer2.Replica Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGeoDataServer2.Replica Property

Return the replica in the workspace that has a specific name.

[Visual Basic .NET]
Public Function get_Replica ( _
    ByVal ReplicaName As String _
) As IGPReplica
[C#]
public IGPReplica get_Replica (
    string ReplicaName
);
[C++]
HRESULT get_Replica(
  BSTR ReplicaName,
  IGPReplica** GPReplica
);
[C++]

Parameters ReplicaName [in] ReplicaName is a parameter of type BSTR GPReplica [out, retval]
GPReplica is a parameter of type IGPReplica

Product Availability

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

See Also

IGeoDataServer2 Interface