How about either: 1. having 2 submit functions (Submit & SubmitAsync maybe?) 2. having an enum so that you can call it sync/async rather than false/true As it is, maybe the invocation looks a little dodgy with a boolean in there?
How about either:
As it is, maybe the invocation looks a little dodgy with a boolean in there?