License.NewCustomer Method

JustinBack

LicenseNewCustomer Method

Creates a new Customer.

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

Parameters

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

Return Value

Type: Task

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

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