Example #1
0
        public static InformationSource GetAsDefaultSource(IInformationObject informationObject)
        {
            CloudBlob         blob = StorageSupport.GetInformationObjectBlobWithProperties(informationObject);
            InformationSource informationSource = FromBlob(blob);

            return(informationSource);
        }