[This is preliminary documentation and is subject to change.]
Returns the highes SIFVersion supported by the current instance of the ADK
from the list of candidate versions. This method is helpful to agents
during SIF_Request processing. A SIF_Request can contain multiple versions
and the responding agent may want to choose the lastest supported version
from the list.
| C# | Visual Basic | Visual C++ |
public static SifVersion GetLatestSupportedVersion( SifVersion[] candidates )
Public Shared Function GetLatestSupportedVersion ( _ candidates As SifVersion() _ ) As SifVersion
public: static SifVersion^ GetLatestSupportedVersion ( array<SifVersion^>^ candidates )
- candidates (array<SifVersion>[]())