| ConversationDispose Method (Boolean) | 
Releases the unmanaged resources used by the 
Conversation and optionally releases the managed resources
 
Namespace: Microsoft.CognitiveServices.SpeechRecognitionAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
 Syntax
Syntaxprotected virtual void Dispose(
	bool A_0
)
Protected Overridable Sub Dispose ( 
	A_0 As Boolean
)
protected:
virtual void Dispose(
	bool A_0
)
abstract Dispose : 
        A_0 : bool -> unit 
override Dispose : 
        A_0 : bool -> unit Parameters
- A_0
- Type: Boolean
 True to release both managed and unmanaged resources; false to release only unmanaged resources
 See Also
See Also