WHSInfoClass Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Inherits the WHSInfo class and implements the IWHSInfo interface.
The following tables list the members exposed by the WHSInfoClass type.
Public Constructors
Name | Description | |
---|---|---|
WHSInfoClass | Creates a new instance of the WHSInfoClass. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddNotification | Creates a Windows Home Server notification with the specified WHS_Notification_Severity enumeration. | |
CreateApplicationFolder | Returns an instance of IApplicationFolder that represents a newly created application folder. | |
Equals | Overloaded. (Inherited from Object) | |
GetApplicationFolder | Returns an instance of IApplicationFolder that represents the specified Windows Home Server application folder. | |
GetApplicationFolders | Returns a collection of IApplicationFolder objects. | |
GetBackupEstimatedCompletionTime | Returns the estimated completion time for a backup. | |
GetBackupStartTime | Returns the backup start time. | |
GetBackupState | Returns the state of the Windows Home Server Backup engine. | |
GetClientComputerInfo | Returns a collection of IComputerInfo objects. | |
GetDiskInfo | Returns a collection of IDiskInfo objects. | |
GetHashCode | (Inherited from Object) | |
GetShareInfo | Returns a collection of IShareInfo objects. | |
GetType | (Inherited from Object) | |
GetVolumeInfo | Returns a collection of IVolumeInfo objects. | |
Init | Identifies your application to the Windows Home Server notification infrastructure. | |
ReferenceEquals | (Inherited from Object) | |
RegisterForNotifications | Registers an application for notification events. | |
RemoveApplicationFolder | Removes the specified managed application folder. | |
RemoveNotification | Removes the specified notification. | |
ToString | (Inherited from Object) | |
UnRegisterForNotifications | Unregisters an application for all notifications. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
AddNotification | Creates a Windows Home Server notification with the specified WHS_Notification_Severity enumeration. | |
CreateApplicationFolder | Returns an instance of IApplicationFolder that represents a newly created application folder. | |
GetApplicationFolder | Returns an instance of IApplicationFolder that represents the specified Windows Home Server application folder. | |
GetApplicationFolders | Returns a collection of IApplicationFolder objects. | |
GetBackupEstimatedCompletionTime | Returns the estimated completion time for a backup. | |
GetBackupStartTime | Returns the backup start time. | |
GetBackupState | Returns the state of the Windows Home Server Backup engine. | |
GetClientComputerInfo | Returns a collection of IComputerInfo objects. | |
GetDiskInfo | Returns a collection of IDiskInfo objects. | |
GetShareInfo | Returns a collection of IShareInfo objects. | |
GetVolumeInfo | Returns a collection of IVolumeInfo objects. | |
Init | Identifies your application to the Windows Home Server notification infrastructure. | |
RegisterForNotifications | Registers an application for notification events. | |
RemoveApplicationFolder | Removes the specified managed application folder. | |
RemoveNotification | Removes the specified notification. | |
UnRegisterForNotifications | Unregisters an application for all notifications. |
Top