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

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