WHSInfoClass Class

Inherits the WHSInfo class and implements the IWHSInfo and IWHSInfo2 interfaces.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
<TypeLibTypeAttribute(2)> _
<GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB")> _
<ClassInterfaceAttribute(0)> _
Public Class WHSInfoClass
    Implements IWHSInfo2, WHSInfo, IWHSInfo
[TypeLibTypeAttribute(2)] 
[GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB")] 
[ClassInterfaceAttribute(0)] 
public class WHSInfoClass : IWHSInfo2, WHSInfo, IWHSInfo
[TypeLibTypeAttribute(2)] 
[GuidAttribute(L"99BDE280-300D-4016-9382-F86E16AA0DBB")] 
[ClassInterfaceAttribute(0)] 
public ref class WHSInfoClass : IWHSInfo2, WHSInfo, IWHSInfo
/** @attribute TypeLibTypeAttribute(2) */ 
/** @attribute GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB") */ 
/** @attribute ClassInterfaceAttribute(0) */ 
public class WHSInfoClass implements IWHSInfo2, WHSInfo, 
    IWHSInfo
TypeLibTypeAttribute(2) 
GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB") 
ClassInterfaceAttribute(0) 
public class WHSInfoClass implements IWHSInfo2, WHSInfo, 
    IWHSInfo

Remarks

Use an instance of WHSInfoClass if you need to do one of the following: add Windows Home Server error notification to a custom application (including adding a notification, and registering or unregistering for notification); create, remove, or get a reference to an application folder; or get Windows Home Server backup, client computer, user, disk, share, or managed volume information. Additionally, you can obtain the Internet domain name that is configured on the home server and add or delete port-forwarding rules on a UPnP certified router that is connected to the home server.

Inheritance Hierarchy

System.Object
  Microsoft.HomeServer.SDK.Interop.v1.WHSInfoClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

WHSInfoClass Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace