SpeechSynthesisStream.Close Method

Definition

Releases system resources that are exposed by SpeechSynthesisStream.

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

Implements

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

Remarks

All outstanding asynchronous operations must complete before calling Close.

Applies to

See also