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