AppServiceRequestReceivedEventArgs.GetDeferral Method

Definition

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.

Applies to