DataConnectionSupport.RaiseMessageReceived(String) Method
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.
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.