TLLInterfaceAsyncSendUsageInfo Method |
Sends the information about application usage to API asynchronously.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public void AsyncSendUsageInfo(
string strUsageStatus = ""
)
Public Sub AsyncSendUsageInfo (
Optional strUsageStatus As String = ""
)
public:
void AsyncSendUsageInfo(
String^ strUsageStatus = L""
)
member AsyncSendUsageInfo :
?strUsageStatus : string
(* Defaults:
let _strUsageStatus = defaultArg strUsageStatus ""
*)
-> unit
Parameters
- strUsageStatus (Optional)
- Type: SystemString
Any information about your application you would like to send to licensing server..
Remarks This function works with TLL licensing server only.
See Also