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: 11.0.1.3 (11.0.1.3)

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