ReleaseLocalCopy Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Releases the local copy of the specified speech resource.

Namespace:  Microsoft.Speech
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Sub ReleaseLocalCopy ( _
	path As String _
)
Visual Basic (Usage)
Dim instance As ISpeechResourceLoader
Dim path As String

instance.ReleaseLocalCopy(path)
C#
void ReleaseLocalCopy(
	string path
)

Parameters

path
Type: System..::..String

See Also