Firebird ADO.NET Provider SDK Documentation - v1.7

FbService.ServiceOutput Event

Occurs when the service returns output information.

[Visual Basic]
Public Event ServiceOutput As ServiceOutputEventHandler
[C#]
public event ServiceOutputEventHandler ServiceOutput;

Event Data

The event handler receives an argument of type ServiceOutputEventArgs containing data related to this event. The following ServiceOutputEventArgs property provides information specific to this event.

Property Description
Message Gets the service output message.

See Also

FbService Class | FirebirdSql.Data.Firebird.Services Namespace