SIFWorks ADK 2.0
GetLatestSupportedVersion Method (candidates)
NamespacesEdustructures.SifWorksAdkGetLatestSupportedVersion(array<SifVersion>[]())

[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.
Declaration Syntax
C#Visual BasicVisual C++
public static SifVersion GetLatestSupportedVersion(
	SifVersion[] candidates
)
Public Shared Function GetLatestSupportedVersion ( _
	candidates As SifVersion() _
) As SifVersion
public:
static SifVersion^ GetLatestSupportedVersion (
	array<SifVersion^>^ candidates
)
Parameters
candidates (array<SifVersion>[]())
Return Value

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10