LockScreenCallEndRequestedEventArgs.Deadline 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 the deadline by which the app must complete the deferral.
public:
property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = lockScreenCallEndRequestedEventArgs.deadline;
Public ReadOnly Property Deadline As DateTimeOffset
Property Value
The deadline by which the app must complete the deferral.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Remarks
If the deadline passes and the app hasn't called Complete, the operating system acts as if the deferral completed.
The current deadline is 5 seconds after the user initiates the action that triggers the LockScreenCallUI.EndRequested event.