AgileWallaby.Ehcache.XmlMetadataSerializationService.GetCacheMetadata C# (CSharp) Метод

GetCacheMetadata() публичный Метод

public GetCacheMetadata ( Stream str ) : CacheMetadata
str Stream
Результат CacheMetadata
        public CacheMetadata GetCacheMetadata(Stream str)
        {
            throw new NotImplementedException();
        }
    }
XmlMetadataSerializationService