Class MultiSlotsSettings
Multi Slots settings for a pool.
Inherited Members
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
GetHashCode()
GetHashCode
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
ToString()
ToString
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |