[CONNECT C#] How do I get my Task ID?

I want to get the name of my .NET task ID using C#.  It's a static method...

AddIn.GetMdlTaskID (addInAttribute);

But what is the correct addInAttribute

I'm looking for the .NET equivalent of the MicroStationAPI mdlSystem_getCurrTaskID ().