SystemInfoWaitForLicenseAsync Method

CVB.Net Documentation
Waits asynchronously until at least one license was found.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Task<WaitStatus> WaitForLicenseAsync(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan
Maximum amount of time to wait.

Return Value

Type: TaskWaitStatus
Task containing the result. Ok when licenses could be acquired, Timeout when the timeout was exceeded.
See Also

Reference