This
functionality is used to change the Replicate tType for a VolumeVolume. For a volumeVolume with replicate
type ‘L’(‘L’ (Later) , rReplicate tType can be changed only
after it has been successfully replicated at all siteSites.
Usage in Visual
C++/Visual Basic Application
Usage in Visual C++/Visual Basic
Application
Prototype
int
WINAPI NGISChangeReplicateType ( LPTSTR cabinetName, short VolumeId, char
NewReplicateType )
Input Parameters description
Name |
Description |
Valid Values |
Type Of Parameter |
cabinetName |
Name of the Image |
NOT NULL |
Input Parameter |
VolumeId |
Index of the |
Integer > 0 |
Input Parameter |
NewReplicate Type |
New |
A – Always L – Later |
Input Parameter |
Output Parameters
This
method return 1 if the call is successful, otherwise, it returns an error code.
Prototype
public
int JPISChangeReplicateType ( String cabinetName, short VolumeId, char
NewReplicateType )
Input Parameters description
Name |
Description |
Valid Values |
Type Of Parameter |
CabinetName |
Name of the Image |
NOT NULL |
Input Parameter |
VolumeId |
Index of the |
Integer > 0 |
Input Parameter |
NewReplicate Type |
New |
A – Always L – Later |
Input Parameter |
Output Parameters
This
method return 1 if the call is successful, otherwise, it returns an error code.