Candor.Tasks.WorkerRoleTask.OnStop C# (CSharp) Method

OnStop() public abstract method

Stops the work loop and then returns when complete. Expect the process to terminate potentially immediately after this method returns.
public abstract OnStop ( ) : void
return void
        public abstract void OnStop();