Click or drag to resize

SupportedConfigVersionGetSupportedConfigVersion(Type, Version) Method

Returns the latest supported version of the given type 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(
	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

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