CancelInvoke() help please.

So from what I understand:

  1. CancelInvoke() = cancels all invoked methods in my script
  2. CancelInvoke(“methodName”) = cancels all invokes of the method with this name “methodName”

Question; How do I cancel all invoke, but a specific invoke function. assume I have 100 different functions being invoked. and I want them all cancelled but one specific one.

Thanks in advance!

bump