Example #1
0
 /// <summary>
 /// Usefull if one does want to provide caching method for geting updates and avoid discovery each time
 /// </summary>
 public static void GetRequestForInfo(DataSourceInfo aInfo)
 {
     if (aInfo == null)
     {
         return;
     }
     aInfo.GetRequest();
 }