Click or drag to resize
SpeechClientDispose Method
Dispose and clean up resources.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
Should only be called when the client is ready to break the connection with the Speech Recognition Server.
See Also