RequestType enumeration

Type of request which was completed (used as part of the RequestComplete api). Process requests are a type of Execute requests but given the differences in behavior and execution time they are called out as a separate type

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Enumeration RequestType
'Usage
Dim instance As RequestType
public enum RequestType

Members

Member name Description
Execute
Discover
Process

See also

Reference

Microsoft.Office.Excel.Server.WebServices namespace