Exemple #1
0
 /// <inheritdoc />
 protected override Task <IEnumerable <Task <Indexed <PinResult> > > > PinCoreAsync(OperationContext operationContext, IReadOnlyList <ContentHash> contentHashes, UrgencyHint urgencyHint, Counter retryCounter, Counter fileCounter)
 {
     return(InnerSession.PinAsync(operationContext, contentHashes, operationContext.Token, urgencyHint));
 }
Exemple #2
0
 /// <inheritdoc />
 protected override Task <PinResult> PinCoreAsync(OperationContext operationContext, ContentHash contentHash, UrgencyHint urgencyHint, Counter retryCounter)
 {
     return(InnerSession.PinAsync(operationContext, contentHash, operationContext.Token, urgencyHint));
 }