Share via


IWHSInfo.RemoveNotification Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes the specified notification from the Windows Home Server notification infrastructure.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
Sub RemoveNotification ( _
    <InAttribute> UniqueID As String _
)
'Usage
Dim instance As IWHSInfo
Dim UniqueID As String

instance.RemoveNotification(UniqueID)
void RemoveNotification (
    [InAttribute] string UniqueID
)
void RemoveNotification (
    [InAttribute] String^ UniqueID
)
void RemoveNotification (
    /** @attribute InAttribute() */ String UniqueID
)
function RemoveNotification (
    UniqueID : String
)

Parameters

  • UniqueID
    A string that contains the unique identifier for the notification that you want to remove.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IWHSInfo Interface
IWHSInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.