I have this simple method :
static int Work (string s) { return s.Length; }
I could run it with :
Task task =
Task is more elegant, and was introduced more recently (.Net 4) so if it meets your needs, I'd go with that.