Example #1
0
 public async Task PutLotOfAttachments32(int count)
 {
     using (var stress = new AttachmentsSessionAsync())
     {
         await stress.PutLotOfAttachments(count);
     }
 }
Example #2
0
 public async Task StressPutLotOfAttachmentsAsync32(int count)
 {
     using (var stress = new AttachmentsSessionAsync(Output))
     {
         await stress.PutLotOfAttachments(count);
     }
 }