HostedServiceMonitor
This is the main interface class for consumer application to
monitor services in Hosted Messaging and Collaboration environment.
It contains the following public properties and methods for report
data query.
Properties
Name |
Type |
Sample Value |
Description |
Services |
StringCollection |
Exchange, SharePoint |
This field contains names of services supported. It will be
empty until GetInstance() function is called. Read only. |
Methods
Method |
Description |
GetUserServiceState
|
Gets the health states for a specific user on a specific
service. |
GetOrgServiceState
|
Gets health states for a specific organization on a specific
service. |
GetUsersByServer
|
Gets the list of users of a specific organization that are
using a specific service on a specific server. |
GetOrgsByServer
|
Gets the list of sub organizations of a specific organization
that are using a specific service on a specific server. |
Remarks
All methods are static. Singleton pattern is used for
HostedServiceMonitor implementation.