|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | initializeConext (character) |
/* Initialize the context data for the Client Context object
@param character The known Session ID for the client request
@throws Progress.Lang.SysError, Progress.Lang.AppError */ |
|
+ | initializeConext (handle) |
/* Initialize the context data for the Client Context object
@param handle The handle to the Client Principal object for the client request
@throws Progress.Lang.SysError, Progress.Lang.AppError */ |
|
+ | saveContext () |
/* Save the context data to a persistent store
@throws Progress.Lang.SysError, Progress.Lang.AppError */ |
Options | Name | Purpose | |
---|---|---|---|
+ | HANDLE clientPrincipal |
|
|
+ | CHARACTER contextID |
|
Top
PUBLIC initializeConext (character)
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC initializeConext (handle)
|
|||||||||||||||
PUBLIC saveContext ()
|
PUBLIC HANDLE clientPrincipal
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER contextID
|