CogSerializationSurrogateSelector ChainSelector Method Cognex VisionPro 9.24
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: 91.0.0.0 (91.0.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