pmMDA.NET

DataObjectUpdate Constructor (SerializationInfo, StreamingContext)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DataObjectUpdate class.

protected DataObjectUpdate(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
Contains the serialized data.
context
Contains information about the context of the serialization.

Remarks

.NET remoting calls this constructor when a data object update needs to be deserialized.

See Also

DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace | DataObjectUpdate Constructor Overload List