public void PostGrabsFromPreviousSession(PostGrabsRequest request, IFlexEndpoints oldEndpoints, string oldJwtToken)
 {
     this.Retry((Action)(() => this._service.PostGrabsFromPreviousSession(request, oldEndpoints, oldJwtToken)), this.RetryInterval, this.RetryCount);
 }
Exemplo n.º 2
0
 public void PostGrabsFromPreviousSession(PostGrabsRequest request, IFlexEndpoints oldEndpoints, string oldJwtToken)
 {
     this.Log((Action)(() => this._service.PostGrabsFromPreviousSession(request, oldEndpoints, oldJwtToken)));
 }
 public void PostGrabs(PostGrabsRequest request)
 {
     this.Retry((Action)(() => this._service.PostGrabs(request)), this.RetryInterval, this.RetryCount);
 }
Exemplo n.º 4
0
 public void PostGrabs(PostGrabsRequest request)
 {
     this.Log((Action)(() => this._service.PostGrabs(request)));
 }