You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Convert a string value to the corresponding IPAddressPreference
420
+
/// Convert a string value to the corresponding IPAddressPreference.
414
421
/// </summary>
415
-
/// <param name="value"></param>
416
-
/// <param name="result"></param>
417
-
/// <returns></returns>
422
+
/// <param name="value">The string representation of the enumeration name to convert.</param>
423
+
/// <param name="result">When this method returns, `result` contains an object of type `SqlConnectionIPAddressPreference` whose value is represented by `value` if the operation succeeds.
424
+
/// If the parse operation fails, `result` contains the default value of the `SqlConnectionIPAddressPreference` type.</param>
425
+
/// <returns>`true` if the value parameter was converted successfully; otherwise, `false`.</returns>
SqlClientEventSource.Log.TrySNITraceEvent(s_className,EventType.INFO,"Connection Id {0}, Retrying with cached DNS IP Address {1} and port {2}",args0:_connectionId,args1:cachedDNSInfo.AddrIPv4,args2:cachedDNSInfo.Port);
/// Convert a string value to the corresponding IPAddressPreference
1017
+
/// Convert a string value to the corresponding IPAddressPreference.
1012
1018
/// </summary>
1013
-
/// <param name="value"></param>
1014
-
/// <param name="result"></param>
1015
-
/// <returns></returns>
1019
+
/// <param name="value">The string representation of the enumeration name to convert.</param>
1020
+
/// <param name="result">When this method returns, `result` contains an object of type `SqlConnectionIPAddressPreference` whose value is represented by `value` if the operation succeeds.
1021
+
/// If the parse operation fails, `result` contains the default value of the `SqlConnectionIPAddressPreference` type.</param>
1022
+
/// <returns>`true` if the value parameter was converted successfully; otherwise, `false`.</returns>
0 commit comments