Search

SDK Termination

생성일
2025/03/20 03:54
태그
To clear the currently used resources after using STOVE Service, call the StovePC.Uninitialize method.
Enter the code piece below in the ButtonUninitialize_Click method.
sdkResult = StovePC.Uninitialize();
Plain Text
복사