Status Class
Alert information that is returned.
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.
You can find more information about the different types of alerts in the "Alerts" section in the white paper titled "Overview of Microsoft Office '12' SharePoint Servers "Excel Services."
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.