License.ListCustomers Method

JustinBack

LicenseListCustomers Method

Lists the customers.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task ListCustomers(
	Action<CustomerListResult> callback
)
Public Shared Function ListCustomers ( 
	callback As Action(Of CustomerListResult)
) As Task
public:
static Task^ ListCustomers(
	Action<CustomerListResult^>^ callback
)

Parameters

callback
Type: SystemActionCustomerListResult
The callback.

Return Value

Type: Task

[Missing <returns> documentation for "M:JustinBack.License.ListCustomers(System.Action{JustinBack.CustomerListResult})"]

Exceptions
ExceptionCondition
ExceptionJBLicense has not been initialized! Call SecureConnection()
See Also