RemoteSystemConnectionInfo.TryCreateFromAppServiceConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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