Click or drag to resize

BuddyServiceGetOwnedProductsAsync Method

Namespace:  Buddy.Service.Client
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task<OwnedProductInfo[]> GetOwnedProductsAsync(
	CancellationToken ct = null
)

Parameters

ct (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: TaskOwnedProductInfo
See Also