Status Class
Represents alert information.
Inheritance Hierarchy
System.Object
Microsoft.Office.Excel.Server.WebServices.Status
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public NotInheritable Class Status
'Usage
Dim instance As Status
public sealed class Status
Remarks
The alert information can be returned from any method if an alert or status message has been returned to the caller. This type of alert is returned in the continue alert type. In the continue alert type, the method is able to complete its task successfully but has some alert information to pass back. The caller may want to capture the alert information and examine it.
For more information about the different types of alerts, see the "Alerts" topic in the Excel Services conceptual topic section.
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.