IContextService.SetContext Method

Sets the context.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As IContextService
Dim contextId As Guid
Dim customerInformation As String

instance.SetContext(contextId, customerInformation)

Syntax

'Declaration
Sub SetContext ( _
    contextId As Guid, _
    customerInformation As String _
)
void SetContext (
    Guid contextId,
    string customerInformation
)
void SetContext (
    Guid contextId, 
    String^ customerInformation
)
void SetContext (
    Guid contextId, 
    String customerInformation
)
function SetContext (
    contextId : Guid, 
    customerInformation : String
)

Parameters

  • contextId
    Specifies the context ID.
  • customerInformation
    Specifies the customer information.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IContextService Interface
IContextService Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.