LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.CancellationTimeout property

The length of time (in seconds) to wait for a query to be canceled when CommandTimeout expires, or zero for no timeout.

public int CancellationTimeout { get; set; }

See Also