JBLicense
LicenseListProducts Method |
Lists the products.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task ListProducts( Action<ProductListResult> callback )
Public Shared Function ListProducts ( callback As Action(Of ProductListResult) ) As Task
public: static Task^ ListProducts( Action<ProductListResult^>^ callback )
Parameters
- callback
- Type: SystemActionProductListResult
The callback.
Return Value
Type: Task[Missing <returns> documentation for "M:JustinBack.License.ListProducts(System.Action{JustinBack.ProductListResult})"]
See Also