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