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
412
+
/// Convert a string value to the corresponding IPAddressPreference.
414
413
/// </summary>
415
-
/// <param name="value"></param>
416
-
/// <param name="result"></param>
417
-
/// <returns></returns>
414
+
/// <param name="value">The string representation of the enumeration name to convert.</param>
415
+
/// <param name="result">When this method returns, `result` contains an object of type `SqlConnectionIPAddressPreference` whose value is represented by `value` if the operation succeeds.
416
+
/// If the parse operation fails, `result` contains the default value of the `SqlConnectionIPAddressPreference` type.</param>
417
+
/// <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
1010
+
/// Convert a string value to the corresponding IPAddressPreference.
1012
1011
/// </summary>
1013
-
/// <param name="value"></param>
1014
-
/// <param name="result"></param>
1015
-
/// <returns></returns>
1012
+
/// <param name="value">The string representation of the enumeration name to convert.</param>
1013
+
/// <param name="result">When this method returns, `result` contains an object of type `SqlConnectionIPAddressPreference` whose value is represented by `value` if the operation succeeds.
1014
+
/// If the parse operation fails, `result` contains the default value of the `SqlConnectionIPAddressPreference` type.</param>
1015
+
/// <returns>`true` if the value parameter was converted successfully; otherwise, `false`.</returns>
0 commit comments