Creates an OrderDefinition that is the exact opposite of the curtrent one.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public OrderDefinition Reverse()
Public Function Reverse As OrderDefinition
public:
OrderDefinition^ Reverse()

Return Value

an OrderDefinition for which all directions are reversed from the current order.

See Also