IContextManager.SetContext(CustomerEntity) 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.
Sets the context.
public:
Microsoft::Uii::Csr::Context ^ SetContext(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer);
public Microsoft.Uii.Csr.Context SetContext (Microsoft.Uii.Desktop.Core.CustomerEntity customer);
abstract member SetContext : Microsoft.Uii.Desktop.Core.CustomerEntity -> Microsoft.Uii.Csr.Context
Public Function SetContext (customer As CustomerEntity) As Context
Parameters
- customer
- CustomerEntity
Specifies the customer record.
Returns
Populated Context Object