SolverContext.GetContext Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the singleton context.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Function GetContext As SolverContext
public static SolverContext GetContext()
public:
static SolverContext^ GetContext()
static member GetContext : unit -> SolverContext 
public static function GetContext() : SolverContext

Return Value

Type: Microsoft.SolverFoundation.Services.SolverContext
The singleton context.

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace