CogSerializationSurrogateSelector ChainSelector Method Cognex VisionPro 9.22 SR1
Specifies the next ISurrogateSelector for surrogates to examine if the current instance does not have a surrogate for the specified type and assembly in the specified context.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public void ChainSelector(
	ISurrogateSelector selector
)

Parameters

selector
Type: System.Runtime.Serialization ISurrogateSelector
The next surrogate selector to examine.

Implements

ISurrogateSelector ChainSelector(ISurrogateSelector)
See Also