Firebird ADO.NET Provider SDK Documentation - v1.7

FbRemoteEvent.AddEvents Method 

Adds the specified events to the event list.

[Visual Basic]
Public Sub AddEvents( _
   ByVal events As String() _
)
[C#]
public void AddEvents(
   string[] events
);

Parameters

events
List of requested events.

Remarks

If there are existent events in the list of requested events that will be lost.

Exceptions

Exception Type Condition
If the event list count is greater than 15.
If the events parameter is null.

See Also

FbRemoteEvent Class | FirebirdSql.Data.Firebird Namespace