queue Class |
Namespace: ctDynamicsSL
[ScriptServiceAttribute] [WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctDynamicsSL")] public class queue : baseServiceSL
The queue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Application | Gets the application object for the current HTTP request. (Inherited from WebService.) |
![]() | Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
![]() | Context | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. (Inherited from WebService.) |
![]() | dbConn |
The database connection for non transaction calls in the web service
(Inherited from baseServiceSL.) |
![]() | dbConnWT |
The database connection for the web service with transactions
Automatically created if the license is valid.
(Inherited from baseServiceSL.) |
![]() | debugLevel | (Inherited from baseServiceSL.) |
![]() | debugMode |
Returns the boolean value of the web.config key "debugMode"
If global debugmode is not set, checks if debugmode for the service is enabled.
Defaults to false
(Inherited from baseServiceSL.) |
![]() | DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
![]() | disableTransactions | (Inherited from baseServiceSL.) |
![]() | disableValidation | (Inherited from baseServiceSL.) |
![]() | dtDefaultFunctions | (Inherited from baseServiceSL.) |
![]() | dtPostEditProcessing | (Inherited from baseServiceSL.) |
![]() | dtValidateFunctions | (Inherited from baseServiceSL.) |
![]() | errorLogFile |
Returns the errorlogfile for the executing service
If not defined by service, then global log file is returned from AppSettings["ERRORLOGFILE"]
Only used if debugMode = true
(Inherited from baseServiceSL.) |
![]() | licenseValid | (Inherited from baseServiceSL.) |
![]() | myBaseDSLLib | (Inherited from baseServiceSL.) |
![]() | mySite | (Inherited from baseServiceSL.) |
![]() | myTransaction | (Inherited from baseServiceSL.) |
![]() | Server | Gets the HttpServerUtility for the current request. (Inherited from WebService.) |
![]() | Session | Gets the HttpSessionState instance for the current request. (Inherited from WebService.) |
![]() | Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) |
![]() | SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.) |
![]() | User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.) |
Name | Description | |
---|---|---|
![]() | about | (Overrides baseServiceSLabout.) |
![]() | baseGetDSLXMLsByID | |
![]() | baseGetLOVByType | (Inherited from baseServiceSL.) |
![]() | baseGetNextCounter | (Inherited from baseServiceSL.) |
![]() | copyDSLXMLToLog | |
![]() | Dispose | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
![]() | editDSLXML | |
![]() | editDSLXMLAsDataSet | |
![]() | editDSLXMLLog | |
![]() | editDSLXMLLogAsDataSet | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | getClientIP | (Inherited from baseServiceSL.) |
![]() | getDBConnection | (Inherited from baseServiceSL.) |
![]() | getDSLXMLByExactID |
Returns a DSLXML (Queue Item) by xmlGUID
|
![]() | getDSLXMLLogs | |
![]() | getDSLXMLLogsAsDataSet | |
![]() | getDSLXMLs | |
![]() | getDSLXMLsAsDataSet | |
![]() | getDSLXMLsByID |
Searches for DSLXMLs (Queue Items) by xmlGUID
|
![]() | getDSLXMLStatistics | |
![]() | getDSLXMLStatisticsAsDataSet | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | getNewDSLXML | |
![]() | getNewDSLXMLLog | |
![]() | GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isTransaction | (Inherited from baseServiceSL.) |
![]() | logErrorMessage |
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile"
if the file is not specified in web.config, then no logging will occur
writes the passed errormessage to the log file
(Inherited from baseServiceSL.) |
![]() | logErrorObject |
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile"
if the file is not specified in web.config, then no logging will occur
loops through the passed in System.Exception object and writes the messages
(Inherited from baseServiceSL.) |
![]() | oES |
Internal use only, not external support
(Inherited from baseServiceSL.) |
![]() | ping | (Inherited from baseServiceSL.) |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) |
Name | Description | |
---|---|---|
![]() | Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
Name | Description | |
---|---|---|
![]() | mySLHeader | (Inherited from baseServiceSL.) |