Beispiel #1
0
        public StorageAccountBlob GetPackage(IteropPackageType pkgType, string id)
        {
            if (this.interopServices.ContainsKey(pkgType))
            {
                return(this.interopServices[pkgType].GetPackage(id));
            }

            throw new Exception("not supported"); // return not found
        }
Beispiel #2
0
 public IteropPackageBlob GetPackage(IteropPackageType pkgType, string id)
 {
     return(this.interopPackage.GetPackage(pkgType, id));
 }