IContextService.SetContext(Guid, 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.
Sets the context.
public:
void SetContext(Guid contextId, System::String ^ customerInformation);
public void SetContext (Guid contextId, string customerInformation);
abstract member SetContext : Guid * string -> unit
Public Sub SetContext (contextId As Guid, customerInformation As String)
Parameters
- contextId
- Guid
Specifies the context ID.
- customerInformation
- String
Specifies the customer information.