Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 932 Bytes

perceptionframeprovidermanagerservice_updateavailabilityforprovider_73031645.md

File metadata and controls

27 lines (19 loc) · 932 Bytes
-api-id -api-type
M:Windows.Devices.Perception.Provider.PerceptionFrameProviderManagerService.UpdateAvailabilityForProvider(Windows.Devices.Perception.Provider.IPerceptionFrameProvider,System.Boolean)
winrt method

Windows.Devices.Perception.Provider.PerceptionFrameProviderManagerService.UpdateAvailabilityForProvider

-description

Sets whether or not the IPerceptionFrameProvider is available.

-parameters

-param provider

The provider to set availability for.

-param available

Whether or not the provider is available.

-remarks

Available providers are expected to be able to provide frames while unavailable providers aren't. Before calling this method, a provider is assumed to be available if registered.

-examples

-see-also