I would like to know if there is any overhead incurred through the use of anonymous methods when creating a Background worker.
for example:
public void S
Anonymous method can be more efficient because it is always resolved to static method.
See delegates versus anonymous methods performance peculiarity and Performance of using static methods vs instantiating the class containing the methods.