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