AllJoynRequestCredentialsEventArgs.GetDeferral | getDeferral method
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Allows JavaScript Windows Store apps to handle the verification of provided of credentials asynchronously.
Syntax
var deferral = allJoynRequestCredentialsEventArgs.getDeferral();
public Deferral GetDeferral()
Public Function GetDeferral() As Deferral
public:
Deferral^ GetDeferral()
Parameters
This method has no parameters.
Return value
Type: Deferral
The credential request deferral.
Requirements (device family)
Device family |
Universal |
API contract |
Windows.Foundation.UniversalApiContract, introduced version 1.0 |
Namespace |
Windows.Devices.AllJoyn Windows::Devices::AllJoyn [C++] |
Metadata |
Windows.Foundation.UniversalApiContract.winmd |