Share via


DataConnectionSupport.RaiseMessageReceived(String) Method

Definition

Raises the MessageReceivedevent on the enclosing DataConnection instance.

protected:
 void RaiseMessageReceived(System::String ^ message);
protected void RaiseMessageReceived (string message);
member this.RaiseMessageReceived : string -> unit
Protected Sub RaiseMessageReceived (message As String)

Parameters

message
String

The message received from the data source.

Applies to