ArcFM Desktop Developer Guide
CreateReplica Method (BaseReplicaElement)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 String, _
   ByVal bootstrap As Boolean, _
   ByVal purge As Boolean _
) As Replica
'Usage
 
Dim instance As BaseReplicaElement
Dim licenseElement As LicenseElement
Dim basePath As String
Dim bootstrap As Boolean
Dim purge As Boolean
Dim value As Replica
 
value = instance.CreateReplica(licenseElement, basePath, bootstrap, purge)
public abstract Replica CreateReplica( 
   LicenseElement licenseElement,
   string basePath,
   bool bootstrap,
   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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BaseReplicaElement Class
BaseReplicaElement Members

 

 


Send Comment