| DataRecognitionClientFinalize Method | 
    Should only be called when client is ready to break the connection with the Speech Recognition Server.  
    For example, after the Speech Recognition Server returns the final speech recognition result.
Should only be called when client is ready to break the connection with the Speech Recognition Server.  
For example, after the Speech Recognition Server returns the final speech recognition result.
 
Namespace: Microsoft.CognitiveServices.SpeechRecognitionAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
 Syntax
Syntaxprotected override void Finalize()
Protected Overrides Sub Finalize
protected:
virtual void Finalize() override
abstract Finalize : unit -> unit 
override Finalize : unit -> unit 
 See Also
See Also