LinkMenuExpand(external link) DocumentSearchCopyCopied

MySqlConnectionStringBuilder.ForceSynchronous property

Forces all async methods to execute synchronously. This can be useful for debugging.

public bool ForceSynchronous { get; set; }

See Also