ContextService.CreateContext Method
Creates the context.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As ContextService
Dim customerInformation As String
Dim returnValue As Guid
returnValue = instance.CreateContext(customerInformation)
Syntax
'Declaration
Public Overridable Function CreateContext ( _
customerInformation As String _
) As Guid
public virtual Guid CreateContext (
string customerInformation
)
public:
virtual Guid CreateContext (
String^ customerInformation
)
public Guid CreateContext (
String customerInformation
)
public function CreateContext (
customerInformation : String
) : Guid
Parameters
- customerInformation
Specifies the customer information.
Return Value
Type: Guid
The context ID.
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
ContextService Class
ContextService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.