CancelOperation() public method

public CancelOperation ( ) : void
return void
Example #1
0
 private void OnCloseCommand()
 {
     ExtensionAnalytics.ReportCommand(CommandName.OAuthFlowCancel, CommandInvocationSource.Button);
     _owner.CancelOperation();
 }
Example #2
0
 private void OnCloseCommand()
 {
     _owner.CancelOperation();
 }