RemoteSystemSessionController Constructors
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.
Overloads
RemoteSystemSessionController(String) |
Initializes a RemoteSystemSessionController with a custom display name. |
RemoteSystemSessionController(String, RemoteSystemSessionOptions) |
Initializes a RemoteSystemSessionController with a custom display name and specified options. |
RemoteSystemSessionController(String)
Initializes a RemoteSystemSessionController with a custom display name.
public:
RemoteSystemSessionController(Platform::String ^ displayName);
RemoteSystemSessionController(winrt::hstring const& displayName);
public RemoteSystemSessionController(string displayName);
function RemoteSystemSessionController(displayName)
Public Sub New (displayName As String)
Parameters
- displayName
-
String
Platform::String
winrt::hstring
The public-facing name for this remote session. It should be simple and descriptive.
Windows requirements
App capabilities |
remoteSystem
|
Applies to
RemoteSystemSessionController(String, RemoteSystemSessionOptions)
Initializes a RemoteSystemSessionController with a custom display name and specified options.
public:
RemoteSystemSessionController(Platform::String ^ displayName, RemoteSystemSessionOptions ^ options);
RemoteSystemSessionController(winrt::hstring const& displayName, RemoteSystemSessionOptions const& options);
public RemoteSystemSessionController(string displayName, RemoteSystemSessionOptions options);
function RemoteSystemSessionController(displayName, options)
Public Sub New (displayName As String, options As RemoteSystemSessionOptions)
Parameters
- displayName
-
String
Platform::String
winrt::hstring
The public-facing name for this remote session. It should be simple and descriptive.
- options
- RemoteSystemSessionOptions
The RemoteSystemSessionOptions object specifying additional options for this remote session.
Windows requirements
App capabilities |
remoteSystem
|