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