[TIBCO.EMS .NET Admin client library 8.1 documentation]
Get the current progress of the synchronization of this
store file when the server is running in the EMS Appliance.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public int SyncProgress { get; } |
|
---|
Public ReadOnly Property SyncProgress As Integer |
|
---|
public:
property int SyncProgress {
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