Firebird ADO.NET Provider SDK Documentation - v1.7

FbRemoteEvent Constructor

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

Overload List

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

public FbRemoteEvent(FbConnection);

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

public FbRemoteEvent(FbConnection,string[]);

See Also

FbRemoteEvent Class | FirebirdSql.Data.Firebird Namespace