IOBERONCashRegisterServiceDeleteLicence Method |  |
Odstrániť záznam o externej licencii z databázy.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
SyntaxResultValue<string> DeleteLicence(
long ID,
string AppName
)
Function DeleteLicence (
ID As Long,
AppName As String
) As ResultValue(Of String)
Dim instance As IOBERONCashRegisterService
Dim ID As Long
Dim AppName As String
Dim returnValue As ResultValue(Of String)
returnValue = instance.DeleteLicence(ID,
AppName)
Parameters
- ID Int64
- Jednoznačný identifikátor záznamu v databáze.
- AppName String
- Identifikátor aplikácie.
Return Value
ResultValueString
ExampleUrl: http://address:port/DeleteLicence
See Also