The maximum number of seconds for a compare operation.
public float Timeout { get; set; }
A float
corresponding to the number of seconds before a timeout occurs. Default is 1 second.
Setting this value to 0 will prevent a timeout from occurring.