SixBit.Business.API Namespace > Orders Class : Orders_Update Method |
'Declaration
Public Function Orders_Update( _ ByVal request As OrdersRequestType _ ) As System.Collections.Generic.List(Of OrdersResponseType)
'Usage
Dim instance As Orders Dim request As OrdersRequestType Dim value As System.Collections.Generic.List(Of OrdersResponseType) value = instance.Orders_Update(request)
public System.Collections.Generic.List<OrdersResponseType> Orders_Update( OrdersRequestType request )
public function Orders_Update( request: OrdersRequestType ): System.Collections.Generic.List;
public function Orders_Update( request : OrdersRequestType ) : System.Collections.Generic.List;
public: System.Collections.Generic.List<OrdersResponseType*>* Orders_Update( OrdersRequestType* request )
public: 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