SixBit.API Namespace > Orders Class : Orders_Update Method |
'Declaration
Public Shared Function Orders_Update( _ ByVal request As OrdersRequestType _ ) As System.Collections.Generic.List(Of OrdersResponseType)
'Usage
Dim request As OrdersRequestType Dim value As System.Collections.Generic.List(Of OrdersResponseType) value = Orders.Orders_Update(request)
public static System.Collections.Generic.List<OrdersResponseType> Orders_Update( OrdersRequestType request )
public function Orders_Update( request: OrdersRequestType ): System.Collections.Generic.List; static;
public static function Orders_Update( request : OrdersRequestType ) : System.Collections.Generic.List;
public: static System.Collections.Generic.List<OrdersResponseType*>* Orders_Update( OrdersRequestType* request )
public: static System.Collections.Generic.List<OrdersResponseType^>^ Orders_Update( OrdersRequestType^ request )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2