Miner.Geodatabase.Replication.Configuration Namespace > BaseReplicaElement Class : CreateReplica Method |
'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 )
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