public static async Task <ODataValueOfIEnumerableOfInt64> GetUserIdsForUnitByKeyAsync(this IOrganizationUnits operations, long key, string expand = default(string), string filter = default(string), string select = default(string), string orderby = default(string), bool?count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetUserIdsForUnitByKeyWithHttpMessagesAsync(key, expand, filter, select, orderby, count, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
예제 #2
0
 public static async Task <ODataResponseListInt64> GetUserIdsForUnitByKeyAsync(this IOrganizationUnits operations, long key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     using (var _result = await operations.GetUserIdsForUnitByKeyWithHttpMessagesAsync(key, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }