PhasorValue(SerializationInfo, StreamingContext) Constructor
Creates a new
PhasorValue from serialization parameters.
Namespace: Gemstone.PhasorProtocols.MacrodyneAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
protected PhasorValue(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
PhasorValue(
SerializationInfo^ info,
StreamingContext context
)
Gemstone.PhasorProtocols.Macrodyne.PhasorValue = function(info, context);
Parameters
- info SerializationInfo
- The SerializationInfo with populated with data.
- context StreamingContext
- The source StreamingContext for this deserialization.