OnCancelOperation Method (OperationBase)

Top  Previous  Next

This method can be overridden to perform some action (typically cleanup) if the operation has been cancelled.

Signature

[VB.NET]

Sub OnCancelOperation(ByVal adminOptions As AdminOptionsBase, ByVal userOptions As UserOptions)

[C#]

void OnCancelOperation(AdminOptionsBase adminOptions, UserOptions userOptions)

Parameters

  • adminOptions: the admin options used by the operation, if any.
  • userOptions: the user options used by the operation.