ArcFM Responder Mobile Developer Guide
CreateReplica Method (BaseReplicaElement)






Used only in server
Base path for server and client. Latest directory for web
Used only in client and server
Used only in server
This method is implemented in Personal and File client, server and web elements. It will create the replica corresponding to the element type. ie. PersonalGdbServerReplicaElement creates a PersonalGdbServerReplica
Syntax
'Declaration
 
Public MustOverride Function CreateReplica( _
   ByVal licenseElement As LicenseElement, _
   ByVal basePath As System.String, _
   ByVal bootstrap As System.Boolean, _
   ByVal purge As System.Boolean _
) As Replica
'Usage
 
Dim instance As BaseReplicaElement
Dim licenseElement As LicenseElement
Dim basePath As System.String
Dim bootstrap As System.Boolean
Dim purge As System.Boolean
Dim value As Replica
 
value = instance.CreateReplica(licenseElement, basePath, bootstrap, purge)
public abstract Replica CreateReplica( 
   LicenseElement licenseElement,
   System.string basePath,
   System.bool bootstrap,
   System.bool purge
)
public function CreateReplica( 
    licenseElement: LicenseElement;
    basePath: System.String;
    bootstrap: System.Boolean;
    purge: System.Boolean
): Replica; abstract; 
public __abstract function CreateReplica( 
   licenseElement : LicenseElement,
   basePath : System.String,
   bootstrap : System.boolean,
   purge : System.boolean
) : Replica;
public: abstract Replica* CreateReplica( 
   LicenseElement* licenseElement,
   System.string* basePath,
   System.bool bootstrap,
   System.bool purge
) 
public:
abstract Replica^ CreateReplica( 
   LicenseElement^ licenseElement,
   System.String^ basePath,
   System.bool bootstrap,
   System.bool purge
) 

Parameters

licenseElement
Used only in server
basePath
Base path for server and client. Latest directory for web
bootstrap
Used only in client and server
purge
Used only in server
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

BaseReplicaElement Class
BaseReplicaElement Members

Send Feedback