Interface IDevSeatProductLicenseActions
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public interface IDevSeatProductLicenseActions
Methods
Declaration
void GetVerboseLog(StringBuilder stringBuilder)
Parameters
|
System.Text.StringBuilder
stringBuilder
|
Declaration
Task SendLicensingTelemetryAsync(Func<string> workstationIdFactory, Func<IsolatedStorageFile> isoFactory = null, CancellationToken cancellationToken = null)
Parameters
|
System.Func<System.String>
workstationIdFactory
|
|
System.Func<System.IO.IsolatedStorage.IsolatedStorageFile>
isoFactory
|
|
System.Threading.CancellationToken
cancellationToken
|
Returns
|
System.Threading.Tasks.Task
|
Extension Methods