SupportedConfigVersionGetSupportedConfigVersionT(Version) Method |
Returns the latest supported version of the given T 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<T>(
Version version
)
where T : new(), IConfig
Parameters
- version Version
- Version of the remote SP-ICE-3 client/server
Type Parameters
- T
- The configuration for which the latest supported version should be returned.
Return Value
Int32The latest supported config version of the given
TExceptions Exception | Condition |
---|
KeyNotFoundException | |
See Also