Share via


Connection.Connected イベント

定義

認識エンジンがサービスに接続されていることを示す Connected イベント。 サブスクライブ後に Connected イベントを受信するには、Connection オブジェクト自体が有効である必要があります。 このイベントを所有する Connection オブジェクトが有効期間外の場合、サブスクライブされたすべてのイベントは配信されません。

public event EventHandler<Microsoft.CognitiveServices.Speech.ConnectionEventArgs> Connected;
member this.Connected : EventHandler<Microsoft.CognitiveServices.Speech.ConnectionEventArgs> 
Public Custom Event Connected As EventHandler(Of ConnectionEventArgs) 

イベントの種類

適用対象