MapTileBitmapRequest.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.
Gets a MapTileBitmapRequestDeferral that the app can use to respond asynchronously to the bitmap request.
public:
virtual MapTileBitmapRequestDeferral ^ GetDeferral() = GetDeferral;
MapTileBitmapRequestDeferral GetDeferral();
public MapTileBitmapRequestDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As MapTileBitmapRequestDeferral
Returns
The deferral object that the app uses to indicate that it has finished responding to a BitmapRequested event and that the request is complete.