Zetbox.API.StreamPackageProvider.GetBlob C# (CSharp) Méthode

GetBlob() public méthode

public GetBlob ( System.Guid guid ) : Stream
guid System.Guid
Résultat Stream
        public override Stream GetBlob(Guid guid)
        {
            throw new NotSupportedException();
        }