ReverseEngineer.RaiseCancellationOpportunityEvent Method

Raises the CancellationOpportunityReached event.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Sub RaiseCancellationOpportunityEvent
protected void RaiseCancellationOpportunityEvent()
protected:
void RaiseCancellationOpportunityEvent()
member RaiseCancellationOpportunityEvent : unit -> unit 
protected function RaiseCancellationOpportunityEvent()

Exceptions

Exception Condition
OperationCanceledException

The CancelEventArgs.Cancel property has been set to true.

.NET Framework Security

See Also

Reference

ReverseEngineer Class

Microsoft.Data.Schema.SchemaModel Namespace

CancellationOpportunityReached