PhasorValue(SerializationInfo, StreamingContext) Constructor

Creates a new PhasorValue from serialization parameters.

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.150 -- Release Build+0627019d4c17e2f915e64987b3f2371651facacb
protected PhasorValue(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo with populated with data.
context  StreamingContext
The source StreamingContext for this deserialization.

See Also