public class EvaluationOptions
Public Class EvaluationOptions
public ref class EvaluationOptions
type EvaluationOptions = class end
EvaluationOptions | Initializes a new instance of the EvaluationOptions class |
MaxTimeMs | Maximum time reserved for evaluation, in milliseconds. |
SleepTimeMs | Time between sequential checks being made by the current thread during the wait for the end of evaluation, in milliseconds. Accuracy of this value is limited by resolution of the system timer - for example, on Windows it is 15.6 milliseconds. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
DefaultMaxTimeMs | Default value of MaxTimeMs. |
DefaultSleepTimeMs | Default value of SleepTimeMs. |