DevicePairingRequestedEventArgs.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.
public:
virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral
Returns
The deferral necessary to support asynchronous actions.
Remarks
Sometimes it is necessary to create a delay while the user interacts with the application to support a specific DevicePairingKinds value. For example, with ProvidePin, the application needs to wait until the user finishes providing a pin before continuing with the pairing process.