コード例 #1
0
 /// <summary>
 /// Returns the list of supported Application Names and Id's.
 /// </summary>
 /// <returns>application info</returns>
 public async Task <object> GetApplications()
 {
     return(await _lookupClient.GetApplications());
 }