FinishedRequestTimings.RequestEnd 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.
Returns the timestamp when the request finished.
public Java.Time.Instant? RequestEnd { [Android.Runtime.Register("getRequestEnd", "()Ljava/time/Instant;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRequestEnd", "()Ljava/time/Instant;", "", ApiSince=37)>]
member this.RequestEnd : Java.Time.Instant
Property Value
the java.time.Instant when the request finished, or null if the
request never started.
- Attributes