IContextService.CreateContext(String) 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.
Creates the context.
public:
Guid CreateContext(System::String ^ customerInformation);
public Guid CreateContext (string customerInformation);
abstract member CreateContext : string -> Guid
Public Function CreateContext (customerInformation As String) As Guid
Parameters
- customerInformation
- String
Specifies the customer information.
Returns
The context ID.