Returns a list of CandidateStatus objects indicating the current status of a set of candidates

public CandidateStatus[] GetCandidateStatuses( string apiKey, string cafIDs )

- apiKey (String)
- The API key provided with your CAF licence
- cafIDs (String)
- A comma-separated list of CAF IDs which were previously returned from calls to SubmitAddress(String, Nullable<(Of <<'(Int32>)>>), String, String, String)

An array of CandidateStatus objects indicating the current status of the candidates

This call is provided as a faster alternative to making multiple calls to
GetCandidateStatus(String, Int32).