Ccs.Common.IClientContext
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| initializeContext (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 */
|
||
| initializeContext (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 */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| HANDLE clientPrincipal |
|
||
| CHARACTER contextID |
|
Method Detail
initializeContext (character)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
initializeContext (handle)
|
||||||||||||||
saveContext ()
|
||||||||||||||
Property Detail
HANDLE clientPrincipal
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER contextID
|
||||||||