[TIBCO.EMS .NET client library 8.1 documentation]

Constructor for deserialization. It will only work for version number >= 3 the earlist version of .NET client implementation.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

protected CFImpl(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
CFImpl(
	SerializationInfo^ info, 
	StreamingContext context
)

See Also