ResponseSnapshotExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for creating immutable snapshots of ResponseObject objects.
public static class ResponseSnapshotExtensions
type ResponseSnapshotExtensions = class
Public Module ResponseSnapshotExtensions
- Inheritance
-
ResponseSnapshotExtensions
Methods
| Name | Description |
|---|---|
| Snapshot(ResponseObject) |
Creates an immutable deep copy of the ResponseObject via ModelReaderWriter round-trip serialization. |
| SnapshotEmbeddedResponse(ResponseStreamEvent, ResponseObject) |
If the event is a lifecycle event that embeds a ResponseObject reference,
replaces it with an immutable snapshot of the given |