Connection.Close Method

Definition

Closes the connection the service. You can optionally call Close() to manually shutdown the connection of the associated Recognizer. The call might fail, depending on the process state of the Recognizer. But the failure does not affect the state of the associated Recognizer.

public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Applies to