Skip to content

Commit 9579c85

Browse files
authored
Update articles/cognitive-services/Speech-Service/windows-voice-assistants-implementation-guide.md
1 parent 1aca464 commit 9579c85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cognitive-services/Speech-Service/windows-voice-assistants-implementation-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ The application entry in the Voice Activation Privacy settings page has a toggle
142142

143143
To properly close the application programmatically while above or below lock, use the `WindowService.CloseWindow()` API. This triggers all UWP lifecycle methods, including OnSuspend, allowing the application to dispose of its `ConversationalAgentSession` instance before closing.
144144

145-
Note that, above lock, the application can close without closing the below lock instance (as documented [here](https://docs.microsoft.com/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access#add-a-way-out-of-assigned-access-)). In this case, the above lock view needs to "clean up", ensuring that once the screen is unlocked, there are no event handlers or tasks that will try to manipulate the above lock view.
145+
> [!NOTE]
146+
> The application can close without closing the [below lock instance](https://docs.microsoft.com/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access#add-a-way-out-of-assigned-access-). In this case, the above lock view needs to "clean up", ensuring that once the screen is unlocked, there are no event handlers or tasks that will try to manipulate the above lock view.
146147
147148
## Next steps
148149

0 commit comments

Comments
 (0)