CogDLRuntime OnDeserialization Method Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.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