Share via


XboxLiveEndpointPairCreationResult.IsExistingPathEvaluation Property

Definition

Gets a Boolean value that is true if the endpoint pair being returned already existed.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property bool IsExistingPathEvaluation { bool get(); };
bool IsExistingPathEvaluation();
public bool IsExistingPathEvaluation { get; }
var boolean = xboxLiveEndpointPairCreationResult.isExistingPathEvaluation;
Public ReadOnly Property IsExistingPathEvaluation As Boolean

Property Value

Boolean

bool

True if the returned endpoint pair already existed. False if the endpoint pair didn't previously exist, or the creation operation used XboxLiveEndpointPairCreationBehaviors.ReevaluatePath and the re-evaluation found a new path.

Applies to