示例#1
0
 public abstract IAsyncResult BeginGetBlob(IAccountIdentifier identifier, string account, string container, string blob, Stream outputStream, long startOffset, long numberOfBytes, bool isCalculatingCrc64ForRange, bool isCalculatingMD5ForRange, BlobPropertyNames additionalPropertyNames, BlobObjectCondition condition, DateTime?snapshot, TimeSpan timeout, bool excludeNonSystemHeaders, Microsoft.Cis.Services.Nephos.Storage.Service.ServiceManager.ServiceManager.InterceptBlobProperties interceptBlobPropertiesCallback, Microsoft.Cis.Services.Nephos.Storage.Service.ServiceManager.ServiceManager.InterceptRangeCrc64 interceptRangeCrc64Callback, Microsoft.Cis.Services.Nephos.Storage.Service.ServiceManager.ServiceManager.InterceptRangeMD5 interceptRangeMD5Callback, RequestContext requestContext, AsyncCallback callback, object state);
示例#2
0
 public abstract IAsyncResult BeginGetBlob(IAccountIdentifier identifier, string account, string container, string blob, Stream outputStream, BlobPropertyNames additionalPropertyNames, BlobObjectCondition condition, DateTime?snapshot, TimeSpan timeout, bool excludeNonSystemHeaders, Microsoft.Cis.Services.Nephos.Storage.Service.ServiceManager.ServiceManager.InterceptBlobProperties interceptBlobPropertiesCallback, RequestContext requestContext, AsyncCallback callback, object state);