JBLicense
LicenseNewProduct Method |
Creates a new product.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task NewProduct( string product, Action<EResult> callback )
Public Shared Function NewProduct ( product As String, callback As Action(Of EResult) ) As Task
public: static Task^ NewProduct( String^ product, Action<EResult^>^ callback )
Parameters
- product
- Type: SystemString
The product. - callback
- Type: SystemActionEResult
The callback.
Return Value
Type: Task[Missing <returns> documentation for "M:JustinBack.License.NewProduct(System.String,System.Action{JustinBack.EResult})"]
Exceptions
Exception | Condition |
---|---|
Exception | JBLicense has not been initialized! Call SecureConnection() |
See Also