AppServiceRequestReceivedEventArgs.GetDeferral Method
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.
Informs the system that the event handler might continue to perform work after the event handler returns.
public:
virtual AppServiceDeferral ^ GetDeferral() = GetDeferral;
AppServiceDeferral GetDeferral();
public AppServiceDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As AppServiceDeferral
Returns
The deferral.