CogDLRuntime OnDeserialization Method Cognex VisionPro 9.24
Perform post-deserialization setup. Runs when the entire object graph for this CogDLRuntime object has been deserialized.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public virtual void OnDeserialization(
	Object sender
)

Parameters

sender
Type: System Object
The object that initiated the callback.

Implements

IDeserializationCallback OnDeserialization(Object)
See Also