Click or drag to resize

SupportedConfigVersionGetSupportedConfigVersionT(Version) Method

Returns the latest supported version of the given T for the given SP-ICE-3 client/server version.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
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

Int32
The latest supported config version of the given T
Exceptions
ExceptionCondition
KeyNotFoundException
See Also