Ejemplo n.º 1
0
 public void Append(StoreAccount store, FsFileStatusPage file, System.IO.Stream steamContents)
 {
     this.RestClient.FileSystem.Append(store.Name, file.ToString(), steamContents);
 }
 public void Append(AdlClient.Models.StoreAccountRef account, FsFileStatusPage file, System.IO.Stream steamContents)
 {
     this.RestClient.FileSystem.Append(account.Name, file.ToString(), steamContents);
 }