SupportedConfigVersionGetSupportedConfigVersion(Type, Version) Method |
Returns the latest supported version of the given type for the given SP-ICE-3
client/server version.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.6.0
Syntax public static int GetSupportedConfigVersion(
Type type,
Version version
)
Parameters
- type Type
- The configuration for which the latest supported version should be returned.
- version Version
- Version of the remote SP-ICE-3 client/server
Return Value
Int32The latest supported config version of the given
typeExceptions Exception | Condition |
---|
KeyNotFoundException | |
See Also