[TIBCO.EMS .NET Admin client library 8.1 documentation]
Get the current overall progress of the synchronization
of store files for this server when it is running in the EMS Appliance.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public int OverallSyncProgress { get; } |
|
---|
Public ReadOnly Property OverallSyncProgress As Integer |
|
---|
public:
property int OverallSyncProgress {
int get ();
} |
Return Value
the synchronization progress percentage as an integer
between 0 and 100 or -1 either if no synchronization is ongoing or
if requested from a server that is running outside the EMS Appliance
See Also