Table of Contents

Class P2PTopologyResult

Namespace
DotCompute.Core.Messaging
Assembly
DotCompute.Core.dll

Result of P2P topology initialization.

public sealed class P2PTopologyResult
Inheritance
P2PTopologyResult
Inherited Members

Properties

DeviceCount

Gets the number of devices in the topology.

public int DeviceCount { get; init; }

Property Value

int

IsSuccessful

Gets a value indicating whether initialization was successful.

public bool IsSuccessful { get; init; }

Property Value

bool

Message

Gets a descriptive message.

public string? Message { get; init; }

Property Value

string

P2PEnabledPairs

Gets the number of P2P-enabled device pairs.

public int P2PEnabledPairs { get; init; }

Property Value

int

TotalPairs

Gets the total number of device pairs.

public int TotalPairs { get; init; }

Property Value

int