LogIdSet Constructor (Int32, Int32)

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

Initializes a new instance of the LogIdSet class.

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

Syntax

'Declaration
Public Sub New ( _
    id1 As Integer, _
    id2 As Integer _
)
public LogIdSet(
    int id1,
    int id2
)
public:
LogIdSet(
    int id1, 
    int id2
)
new : 
        id1:int * 
        id2:int -> LogIdSet
public function LogIdSet(
    id1 : int, 
    id2 : int
)

Parameters

  • id1
    Type: System.Int32
    A Int32 value that represents a logging ID.
  • id2
    Type: System.Int32
    A Int32 value that represents a logging ID.

Remarks

Sets a logging range.

.NET Framework Security

See Also

Reference

LogIdSet Structure

LogIdSet Overload

Microsoft.SolverFoundation.Common Namespace