IContextManager.DesktopContextChange(Context) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called by desktop during a context update to the desktop.
public:
bool DesktopContextChange(Microsoft::Uii::Csr::Context ^ newContext);
public bool DesktopContextChange (Microsoft.Uii.Csr.Context newContext);
abstract member DesktopContextChange : Microsoft.Uii.Csr.Context -> bool
Public Function DesktopContextChange (newContext As Context) As Boolean
Parameters
- newContext
- Context
Specifies the updated Context
Returns
True
if a session update was made, otherwise false
.
Remarks
Use this method to update any session level objects you wish to access. Typically this is used to update the customer record in the customer object attached to the current session.