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: docs/migration/wsc61/quotes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Quotes are now stored client-side in the browser's local storage, allowing synch
6
6
## Using the New Quote System
7
7
8
8
The interface `wcf\system\message\quote\IMessageQuoteHandler` has been modified to now only require the implementation of `getMessage()`.
9
-
This new method is responsible to fetch the message, perform any validation and load embedded objects whenver applicable.
9
+
This new method is responsible for providing the quoted after performing any validation necessary and load embedded objects in advanced if applicable.
10
10
11
11
All other methods previously implemented in quote handlers can be removed alongside with the methods required by the now deprecated interface `wcf\data\IMessageQuoteAction`.
0 commit comments