Microsoft.Azure.Commands.RecoveryServices.CreateAzureSiteRecoveryProtectionProfileObject.StopProcessing C# (CSharp) Method

StopProcessing() protected method

Handles interrupts.
protected StopProcessing ( ) : void
return void
        protected override void StopProcessing()
        {
            // Ctrl + C and etc
            base.StopProcessing();
            this.StopProcessingFlag = true;
        }