Share via


IContextService.SetContext(Guid, String) Method

Definition

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.

Applies to