XboxLiveEndpointPairCreationResult.IsExistingPathEvaluation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.