SysHolographicRuntimeRegistration.MakeActiveAsync 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.
Make the system's holographic runtime the active runtime. This API is available only to components of the Windows operating system.
public:
virtual IAsyncAction ^ MakeActiveAsync() = MakeActiveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MakeActiveAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MakeActiveAsync();
function makeActiveAsync()
Public Function MakeActiveAsync () As IAsyncAction
Returns
An operation that triggers once the active runtime change is complete.
- Attributes
Remarks
Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.