Click or drag to resize

StoreLoadProductsAsync Method

Namespace:  Buddy.Service.Client
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task<ProductLoadResult[]> LoadProductsAsync(
	IReadOnlyList<OwnedProductInfo> products
)

Parameters

products
Type: System.Collections.GenericIReadOnlyListOwnedProductInfo

Return Value

Type: TaskProductLoadResult
See Also