In the latest PC SDK, I have a warning that “Mastership.Request(iMastershipResource)” is obsolete and should be replaced with “Request(iMastershipResourceController)”.
My existing code is
public static Controller rpdController
using (Mastership m = Mastership.Request(rpdController.Rapid))
{
rpdTask.Start();
}
I’m unsure of how to replace this code with the new version and an internet search comes-up with nothing (so far :).