SendInBackground is obsolete?
stevescott
Posted on
Mar 08 2014
I just noticed my sendinbackground method is highlighted as obsolete...
This is my implimentation
client.SendInBackground(exception, null, customData, Util.GetSitefinityVersion() + Util.GetSitefinityVersionPostfix());
...what should I be changing?
John-Daniel Trask
Raygun
Posted on
Mar 13 2014
As per the Obsolete comment, the application version is now no longer sent via Send method calls, and is now set via the RaygunClient.ApplicationVersion property first (on initialization). This particular method overload has been replaced with a call to SendInBackground(exception, null, customData).
Hope this helps,
Callum Gavin
Mindscape Limited
stevescott
Posted on
Mar 14 2014
I mean I LOOKED for an obsolete comment, but see attached
Thanks for the info though! :)