public Task <bool> SetAppInsightsKey(string appId, string apiKey)
 {
     return(MakeDependencyCall(DataProvider.SetAppInsightsKey(appId, apiKey)));
 }
Example #2
0
 public Task <bool> SetAppInsightsKey(OperationContext <IResource> cxt)
 {
     return(MakeDependencyCall(DataProvider.SetAppInsightsKey(cxt)));
 }