This documentation is archived and is not being maintained.
SqlCeConnection::FlushFailure Event
Occurs when the background flush fails.
Namespace:
System.Data.SqlServerCe
Assembly:
System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public:
event SqlCeFlushFailureEventHandler^ FlushFailure {
void add (SqlCeFlushFailureEventHandler^ value);
void remove (SqlCeFlushFailureEventHandler^ value);
}
The following example shows how to use the FlushFailure event.
No code example is currently available or this language may not be supported.