public void DisableAssertsForXboxLiveThrottlingInDevSandboxes(XboxLiveContextThrottleSetting setting)
 {
     if (setting == XboxLiveContextThrottleSetting.ThisCodeNeedsToBeChangedToAvoidThrottling)
     {
         this.AreAssertsForThrottlingInDevSandboxesDisabled = true;
     }
 }
Esempio n. 2
0
 public void DisableAssertsForXboxLiveThrottlingInDevSandboxes(XboxLiveContextThrottleSetting setting)
 {
     throw new NotImplementedException();
 }