Partager via


IContextManager.DesktopContextChange(Context) Method

Definition

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.

Applies to