IMobileAlertService Interface

[Microsoft.WindowsServerSolutions.Mobile.Web.Alerts.IMobileAlertService is no longer available for use as of Windows Server 2012 Essentials.] Web service interface that exposes health alert functionality for the server. Tasks exposed by the service include retrieving a list of alerts, enabling an alert, disabling an alert, clearing an alert, and performing an alert's repair action.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.Alerts
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As IMobileAlertService

Syntax

'Declaration
<ServiceContractAttribute(Name:="Alerts", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
Public Interface IMobileAlertService
[ServiceContractAttribute(Name="Alerts", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public interface IMobileAlertService
[ServiceContractAttribute(Name=L"Alerts", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public interface class IMobileAlertService
/** @attribute ServiceContractAttribute(Name="Alerts", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") */ 
public interface IMobileAlertService
ServiceContractAttribute(Name="Alerts", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") 
public interface IMobileAlertService

Remarks

This interface requires installation of the Phone Connector Add-in.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

IMobileAlertService Members
Microsoft.WindowsServerSolutions.Mobile.Web.Alerts Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.