DevicePropertyFactory.CreateBackupStatusProperty Method
Create an BackupStatusProperty object that contains information about the status of backups.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Overload List
Name | Description | |
---|---|---|
CreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan) | Create an BackupStatusProperty object that contains information about the status of backups. |
|
CreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan, DateTime) | Create an BackupStatusProperty object that contains information about the status of backups. |
|
CreateBackupStatusProperty(Int32, Boolean, TimeSpan) | Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator. |
|
CreateBackupStatusProperty(Int32, Boolean, TimeSpan, DateTime) | Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator. |
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top