Connection.MessageReceived Event

Definition

The MessageReceived event indicates that the service has sent a network message to the client.

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

Event Type

Applies to