GetStoreLocationsResponse Constructor (IEnumerable(StoreLocation), Int32)

Initializes a new instance of the GetStoreLocationsResponse class.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Messages (in Microsoft.Dynamics.Commerce.Runtime.Messages.dll)

Syntax

'Declaration
Public Sub New ( _
    storeLocations As IEnumerable(Of StoreLocation), _
    totalNumberOfRecords As Integer _
)
'Usage
Dim storeLocations As IEnumerable(Of StoreLocation)
Dim totalNumberOfRecords As Integer

Dim instance As New GetStoreLocationsResponse(storeLocations, _
    totalNumberOfRecords)
public GetStoreLocationsResponse(
    IEnumerable<StoreLocation> storeLocations,
    int totalNumberOfRecords
)
public:
GetStoreLocationsResponse(
    IEnumerable<StoreLocation^>^ storeLocations, 
    int totalNumberOfRecords
)

Parameters

See Also

Reference

GetStoreLocationsResponse Class

GetStoreLocationsResponse Overload

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace