Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

SAInfoMessageEventHandler delegate

Represents the method that handles the SAConnection.InfoMessage event of an SAConnection object.

Syntax
Visual Basic

Public Delegate Sub SAInfoMessageEventHandler( _
   ByVal obj As Object, _
   ByVal args As SAInfoMessageEventArgs _
)
C#

public delegate void SAInfoMessageEventHandler(
   object obj,
   SAInfoMessageEventArgs args
);
See also