Ejemplo n.º 1
0
 /// <inheritdoc />
 public int UnwatchWebRequests(IApp app) =>
 WebRequestHandler.Unwatch(app.Id);
Ejemplo n.º 2
0
 /// <inheritdoc />
 public int UnwatchWebRequests(PipeLineStages stage) =>
 WebRequestHandler.Unwatch(this, stage);
Ejemplo n.º 3
0
 /// <inheritdoc />
 public int UnwatchWebRequests() =>
 WebRequestHandler.Unwatch(Environment.Id, App.Id);
Ejemplo n.º 4
0
 /// <inheritdoc />
 public int UnwatchWebRequests(PipeLineStages stage, Regex regex) =>
 WebRequestHandler.Unwatch(this, stage, regex);