Firebird ADO.NET Provider SDK Documentation - v1.7

FbRemoteEvent Constructor (FbConnection, String[])

Creates a new instance of the FbRemoteEvent class with the given FbConnection instance and the given list of events.

[Visual Basic]
Overloads Public Sub New( _
   ByVal connection As FbConnection, _
   ByVal events As String() _
)
[C#]
public FbRemoteEvent(
   FbConnection connection,
   string[] events
);

Parameters

connection
A FbConnection instance.
events
List of requested events.

Exceptions

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

See Also

FbRemoteEvent Class | FirebirdSql.Data.Firebird Namespace | FbRemoteEvent Constructor Overload List