Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Cloud::GetCloudByName Method (String^)

 

Returns the Cloud object with the specified cloud name.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

public:
static Cloud^ GetCloudByName(
	String^ cloudName
)

Parameters

cloudName
Type: System::String^

Contains the name of the PNRP Cloud.

Return Value

Type: System.Net.PeerToPeer::Cloud^

The Cloud object with the specified cloud name.

Exception Condition
ArgumentException

The Cloud name is not known.

The maximum size of the name is 256 characters.

If the cloudName parameter is null or empty, then null is returned.

The scope of the cloud, Global, link-local, or otherwise, is specified in Scope.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft