Click or drag to resize

IBlazeGetInventories Method

Returns inventories

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeGetInventoriesResponse GetInventories(
	Nullable<int> start = null,
	Nullable<int> limit = null
)

Parameters

start (Optional)
Type: SystemNullableInt32
The first item to return.
limit (Optional)
Type: SystemNullableInt32

Return Value

Type: BlazeGetInventoriesResponse
The inventories.
See Also