Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public static BackupStatusProperty CreateBackupStatusProperty(
int progress,
bool hasBackups,
TimeSpan expireLimit
)
public:
static BackupStatusProperty^ CreateBackupStatusProperty(
int progress,
bool hasBackups,
TimeSpan expireLimit
)
Public Shared Function CreateBackupStatusProperty (
progress As Integer,
hasBackups As Boolean,
expireLimit As TimeSpan
) As BackupStatusProperty
Parameters
progress
Type: System.Int32A progress indicator that provides a value between 0 and 100.
hasBackups
Type: System.Booleantrue if backups exist; otherwise, false.
expireLimit
Type: System.TimeSpanThe time limit for the expiration of the property.
Return Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.BackupStatusProperty
An instance of BackupStatusProperty.
See Also
CreateBackupStatusProperty Overload
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top