Share via


DataConnectionSupport.RaiseMessageReceived Method

Raises the MessageReceivedevent on the enclosing DataConnection instance.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Sub RaiseMessageReceived ( _
    message As String _
)
protected void RaiseMessageReceived(
    string message
)
protected:
void RaiseMessageReceived(
    String^ message
)
member RaiseMessageReceived : 
        message:string -> unit 
protected function RaiseMessageReceived(
    message : String
)

Parameters

  • message
    Type: System.String
    The message received from the data source.

.NET Framework Security

See Also

Reference

DataConnectionSupport Class

Microsoft.VisualStudio.Data Namespace