ISpeechResourceLoader..::..ReleaseLocalCopy Method |
ISpeechResourceLoader Interface See Also Send Feedback |
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