예제 #1
0
 public Task <AppEvent[]> Events() => factory.Events().RetrieveByRequest(this);
예제 #2
0
 public Task <AppEvent[]> MostRecentErrorEvents(int howMany)
 => factory.Events().MostRecentErrorsForResourceGroup(this, howMany);