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
Copy file name to clipboardExpand all lines: src/Libraries/Nop.Services/Messages/NotificationService.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public NotificationService(IHttpContextAccessor httpContextAccessor,
43
43
/// <param name="type">Notification type</param>
44
44
/// <param name="message">Message</param>
45
45
/// <param name="encode">A value indicating whether the message should not be encoded</param>
46
-
/// <param name="timeout">The time, in milliseconds, on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
46
+
/// <param name="timeout">The time (in milliseconds), on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
/// <param name="encode">A value indicating whether the message should not be encoded</param>
91
-
/// <param name="timeout">The time on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
91
+
/// <param name="timeout">The time (in milliseconds) on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
/// <param name="encode">A value indicating whether the message should not be encoded</param>
102
-
/// <param name="timeout">The time on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
102
+
/// <param name="timeout">The time (in milliseconds) on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
@@ -110,18 +110,18 @@ public virtual void SuccessNotification(string message, bool encode = true, int
110
110
/// </summary>
111
111
/// <param name="message">Message</param>
112
112
/// <param name="encode">A value indicating whether the message should not be encoded</param>
113
-
/// <param name="timeout">The time on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
113
+
/// <param name="timeout">The time (in milliseconds) on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
/// <param name="encode">A value indicating whether the message should not be encoded</param>
124
-
/// <param name="timeout">The time on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
124
+
/// <param name="timeout">The time (in milliseconds) on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
@@ -132,7 +132,7 @@ public virtual void ErrorNotification(string message, bool encode = true, int ti
132
132
/// </summary>
133
133
/// <param name="exception">Exception</param>
134
134
/// <param name="logException">A value indicating whether exception should be logged</param>
135
-
/// <param name="timeout">The time on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
135
+
/// <param name="timeout">The time (in milliseconds) on which notification will close automatically; leave 0 if notification shouldn't close automatically</param>
136
136
/// <returns>A task that represents the asynchronous operation</returns>
0 commit comments