Firebird ADO.NET Provider SDK Documentation - v1.7

ServiceOutputEventArgs Constructor 

Initializes a new instance of the ServiceOutputEventArgs class with the given service output message.

[Visual Basic]
Public Sub New( _
   ByVal message As String _
)
[C#]
public ServiceOutputEventArgs(
   string message
);

Parameters

message
The service output message.

See Also

ServiceOutputEventArgs Class | FirebirdSql.Data.Firebird.Services Namespace