License.GetCustomer Method

JustinBack

LicenseGetCustomer Method

Gets the customer details.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task GetCustomer(
	string customer,
	Action<EResult> callback
)
Public Shared Function GetCustomer ( 
	customer As String,
	callback As Action(Of EResult)
) As Task
public:
static Task^ GetCustomer(
	String^ customer, 
	Action<EResult^>^ callback
)

Parameters

customer
Type: SystemString
The customer name.
callback
Type: SystemActionEResult
The callback.

Return Value

Type: Task

[Missing <returns> documentation for "M:JustinBack.License.GetCustomer(System.String,System.Action{JustinBack.EResult})"]

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