Connection.Connected Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Connected event to indicate that the recognizer is connected to service. In order to receive the Connected event after subscribing to it, the Connection object itself needs to be alive. If the Connection object owning this event is out of its life time, all subscribed events won't be delivered.
public event EventHandler<Microsoft.CognitiveServices.Speech.ConnectionEventArgs> Connected;
member this.Connected : EventHandler<Microsoft.CognitiveServices.Speech.ConnectionEventArgs>
Public Custom Event Connected As EventHandler(Of ConnectionEventArgs)
Event Type
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET