Cloud(SerializationInfo, StreamingContext) Constructor

Definition

Initializes a new instance of the PNRP Cloud type. This populates a serialization information object with the data needed to serialize the Cloud object.

protected:
 Cloud(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected Cloud (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Net.PeerToPeer.Cloud : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.PeerToPeer.Cloud
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Reference to the object that holds the data needed to deserialize this instance.

context
StreamingContext

Context that provides the means for deserializing the data. Also referred to as the source of the serialized data.

Remarks

The Name property contains the name of the cloud object.

Applies to

See also