ServiceManagerJobClasses Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns the type of jobs that the Service Manager can perform

Namespace: ContentStudio.EventActions
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum JobClasses
Members

  Member nameValueDescription
Undefined-1 The action is not defined.
HttpPost0 The service manager performs an HTTP Post operation.
ExecuteProgram1 The service manager executes an external program.
HttpGet2 The service manager performs an HTTP Get operation.
WebService3 The service manager executes a Web service.
AsynEventHandlerObject5 The service manager calls asynchronously a user defined component that implements the ICSAsyncEventHandler interface.
BackgroundXmlIndexUpdate101 The service manager starts an xml index background update operation.
BackgroundXmlIndexDelete102 The service manager starts an xml index background delete operation.
See Also

Reference