|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | BeginRequest () |
Tracks the beginning of the PASOE request |
|
+ | dispose () |
Destroy/Shutdown/Anti-Initializer |
|
+ | EndRequest () |
Tracks the end of the PASOE request |
|
# | CHARACTER FormatFileName (character) |
Formats an ABL procedure name to look something like a type name |
|
+ | initialize () |
Initializer/Startup |
|
# | LoadSettings () |
Loads the settings from telemetry.conf |
|
+ | SetClientPrincipal (handle) |
Sets user and domain based on the client principal provided |
|
+ | SetData (integer, character, character) |
Sets application specific data |
|
+ | SetError (Error) |
Updates details about an Error |
|
# | SetKey () |
Sets the key for the aggregation in ProTop |
|
+ | SetRequestUri (URI) |
Updates the URI |
|
+ | SetServiceInterface () |
Set the initial Service Interface |
|
# | SetServiceInterface (OERequestInfo) |
Updates the Service Interface |
|
+ | SetServiceRequest (character, character) |
Updates the Service Request |
|
+ | SetStopCondition (Stop) |
Updates details about a StopCondition |
|
+ | SetUserInformation (character, character) |
Updates the user and domain name |
|
# | ValidateSettings (JsonObject) |
Validates the Settings |
|
+ | WritePendingRequest () |
Writes the Pending Request data |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL BufferedOutput |
|
|
+ | INTEGER DetailLevel |
|
|
+ | CHARACTER FileNamePattern |
|
|
+ | CHARACTER InstanceIdentifier |
|
|
+ | CHARACTER OutputDirectory |
|
|
+ | CHARACTER PendingRequestFileName |
|
|
+ | CHARACTER PendingRequestsOutputDirectory |
|
|
+ | CHARACTER ServiceInterfacePath |
|
Top
PUBLIC BeginRequest ()
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC dispose ()
|
|||||||||||||||||||||||||
PUBLIC EndRequest ()
|
|||||||||||||||||||||||||
PROTECTED CHARACTER FormatFileName (character)
|
|||||||||||||||||||||||||
PUBLIC initialize ()
|
|||||||||||||||||||||||||
PROTECTED LoadSettings ()
|
|||||||||||||||||||||||||
PUBLIC SetClientPrincipal (handle)
|
|||||||||||||||||||||||||
PUBLIC SetData (integer, character, character)
|
|||||||||||||||||||||||||
PUBLIC SetError (Error)
|
|||||||||||||||||||||||||
PROTECTED SetKey ()
|
|||||||||||||||||||||||||
PUBLIC SetRequestUri (URI)
|
|||||||||||||||||||||||||
PUBLIC SetServiceInterface ()
|
|||||||||||||||||||||||||
PROTECTED SetServiceInterface (OERequestInfo)
|
|||||||||||||||||||||||||
PUBLIC SetServiceRequest (character, character)
|
|||||||||||||||||||||||||
PUBLIC SetStopCondition (Stop)
|
|||||||||||||||||||||||||
PUBLIC SetUserInformation (character, character)
|
|||||||||||||||||||||||||
PROTECTED ValidateSettings (JsonObject)
|
|||||||||||||||||||||||||
PUBLIC WritePendingRequest ()
|
PUBLIC LOGICAL BufferedOutput
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER DetailLevel
|
|||||||||
PUBLIC CHARACTER FileNamePattern
|
|||||||||
PUBLIC CHARACTER InstanceIdentifier
|
|||||||||
PUBLIC CHARACTER OutputDirectory
|
|||||||||
PUBLIC CHARACTER PendingRequestFileName
|
|||||||||
PUBLIC CHARACTER PendingRequestsOutputDirectory
|
|||||||||
PUBLIC CHARACTER ServiceInterfacePath
|