RemoteSystemConnectionInfo.TryCreateFromAppServiceConnection Method

Definition

Creates an instance of this class corresponding to the given app service connection.

public:
 static RemoteSystemConnectionInfo ^ TryCreateFromAppServiceConnection(AppServiceConnection ^ connection);
/// [Windows.Foundation.Metadata.Overload("TryCreateFromAppServiceConnection")]
 static RemoteSystemConnectionInfo TryCreateFromAppServiceConnection(AppServiceConnection const& connection);
[Windows.Foundation.Metadata.Overload("TryCreateFromAppServiceConnection")]
public static RemoteSystemConnectionInfo TryCreateFromAppServiceConnection(AppServiceConnection connection);
function tryCreateFromAppServiceConnection(connection)
Public Shared Function TryCreateFromAppServiceConnection (connection As AppServiceConnection) As RemoteSystemConnectionInfo

Parameters

connection
AppServiceConnection

The AppServiceConnection instance for which the underlying remote system connection's information should be obtained.

Returns

RemoteSystemConnectionInfo An instance of this class corresponding to the given app service connection.

Attributes

Applies to