CandidateSet.IsValidCandidate(Int32) Method

Definition

Gets a value which indicates where the Endpoint is considered a valid candidate for the current request.

public:
 bool IsValidCandidate(int index);
public bool IsValidCandidate (int index);
member this.IsValidCandidate : int -> bool
Public Function IsValidCandidate (index As Integer) As Boolean

Parameters

index
Int32

The candidate index.

Returns

true if the candidate at position index is considered valid for the current request, otherwise false.

Applies to