Class P2PEnableResult
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
Result of P2P enable operation.
public sealed class P2PEnableResult
- Inheritance
-
P2PEnableResult
- Inherited Members
Properties
Capability
Gets or sets the capability.
public P2PConnectionCapability? Capability { get; init; }
Property Value
- P2PConnectionCapability
The capability.
ErrorMessage
Gets or sets the error message.
public string? ErrorMessage { get; init; }
Property Value
- string
The error message.
Success
Gets or sets the success.
public required bool Success { get; init; }
Property Value
- bool
The success.