Firebird ADO.NET Provider SDK Documentation - v1.7

FbRemoteEvent.RemoteEventCounts Event

Gets or sets the event handlers that will be fired each time the event counts notification is received from server.

[Visual Basic]
Public Event RemoteEventCounts As FbRemoteEventEventHandler
[C#]
public event FbRemoteEventEventHandler RemoteEventCounts;

Event Data

The event handler receives an argument of type FbRemoteEventEventArgs containing data related to this event. The following FbRemoteEventEventArgs properties provide information specific to this event.

Property Description
Cancel  
Counts Gets the counts of the remote event.
Name Gets the name of the remote event.

See Also

FbRemoteEvent Class | FirebirdSql.Data.Firebird Namespace