Show / Hide Table of Contents

Class MultiSlotsSettings

Multi Slots settings for a pool.

Inheritance
object
MultiSlotsSettings
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class MultiSlotsSettings

Constructors

MultiSlotsSettings(uint)

Create a Multi Slots settings object

Declaration
public MultiSlotsSettings(uint slotsPerNode)
Parameters
Type Name Description
uint slotsPerNode

Number of slots per node

Properties

SlotsPerNode

Number of slots per node

Declaration
public uint SlotsPerNode { get; set; }
Property Value
Type Description
uint
Examples

8

Methods

Equals(object)

Equality implementaiton

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
object other
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

GetHashCode

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

ToString()

ToString

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX