ArcFM Responder Mobile Developer Guide
ServerReplicaElement Class
Members 






This is the base ServerReplicaElement class that customizations should derive from. It contains base properties for all ServerReplicas.
Object Model
ServerReplicaElement Class
Syntax
'Declaration
 
Public MustInherit Class ServerReplicaElement 
   Inherits BaseReplicaElement
'Usage
 
Dim instance As ServerReplicaElement
public abstract class ServerReplicaElement : BaseReplicaElement 
public class ServerReplicaElement = class(BaseReplicaElement)abstract; 
public abstract class ServerReplicaElement extends BaseReplicaElement
public __gc abstract class ServerReplicaElement : public BaseReplicaElement 
public ref class ServerReplicaElement abstract : public BaseReplicaElement 
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      Miner.Geodatabase.Replication.Configuration.BaseReplicaElement
         Miner.Geodatabase.Replication.Configuration.ServerReplicaElement
            Miner.Geodatabase.Replication.Configuration.CustomServerReplicaElement
            Miner.Geodatabase.Replication.Configuration.DirectoryServerReplicaElement
            Miner.Geodatabase.Replication.Configuration.GdbServerReplicaElement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerReplicaElement Members
Miner.Geodatabase.Replication.Configuration Namespace

Send Feedback