예제 #1
0
 public virtual void Cancel()
 {
     DecoratedApi.Cancel();
 }
        public override IServiceCall PrepareServiceCall(string appSecret, Guid installId, IList <Log> logs)
        {
            var decoratedCall = DecoratedApi.PrepareServiceCall(appSecret, installId, logs);

            return(new RetryableServiceCall(decoratedCall, _retryIntervals));
        }
예제 #3
0
 public virtual void Execute()
 {
     DecoratedApi.Execute();
 }