GetAllAutomationListsAsync() приватный Метод

Get a list of Automations
private GetAllAutomationListsAsync ( int count = 10 ) : Task
count int
Результат Task
Пример #1
0
 /// <summary>
 /// Get a list of Automations
 /// </summary>
 public async Task <RootAutomation> GetAutomationListAsync(int count = 10)
 {
     return(await overview.GetAllAutomationListsAsync(count));
 }