TLLInsightsMakeTLLInsightsRequestSynchronous Property |
If set to true, TLL insights ping will be made synchronously.
This effectively means that license validation will take longer time (as it will wait for the web request to TLL Insights completion)
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public static Object MakeTLLInsightsRequestSynchronous { get; set; }
Public Shared Property MakeTLLInsightsRequestSynchronous As Object
Get
Set
public:
static property Object^ MakeTLLInsightsRequestSynchronous {
Object^ get ();
void set (Object^ value);
}
static member MakeTLLInsightsRequestSynchronous : Object with get, set
Return Value
Type:
ObjectSee Also