SortOrder enumeration

Defines the order in which the server returns the list.

Syntax


typedef enum  { 
  SortOrder_Ascending   = 0,
  SortOrder_Descending  = 1
} SortOrder;

Constants

SortOrder_Ascending

The list is returned in ascending order.

SortOrder_Descending

The list is returned in descending order.

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.Properties.tlb

See also

HPC Enumerations
ISortCollection::Add

 

 

Show: