Esempio n. 1
0
        public static SearchRequest SearchAll(bool offlineMode)
        {
            long operationId;
            var  status = NativeClient.GetAllPackageInfo(out operationId, offlineMode);

            return(new SearchRequest(operationId, status, string.Empty));
        }