MessageFormatterProgressTracker.RequestIdBeingSerialized Property
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.
Gets or Sets the id of the request currently being serialized so the converter can use it to create the request-progress map.
public long? RequestIdBeingSerialized { get; set; }
member this.RequestIdBeingSerialized : Nullable<int64> with get, set
Public Property RequestIdBeingSerialized As Nullable(Of Long)