ArcGIS Runtime SDK for Windows Phone - Library Reference
PostMultipartCompleted Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISWebClient Class : PostMultipartCompleted Event

Occurs when an asynchronous operation to post multipart content completes.

Syntax

Visual Basic (Declaration) 
Public Event PostMultipartCompleted As EventHandler(Of ArcGISWebClient.PostMultipartCompletedEventArgs)

Event Data

The event handler receives an argument of type ArcGISWebClient.PostMultipartCompletedEventArgs containing data related to this event. The following ArcGISWebClient.PostMultipartCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Cancelled (Inherited from System.ComponentModel.AsyncCompletedEventArgs)Gets a value indicating whether an asynchronous operation has been canceled.
Error (Inherited from System.ComponentModel.AsyncCompletedEventArgs)Gets a value indicating which error occurred during an asynchronous operation.
Result Gets a readable stream that contains data that might be returned by a ArcGISWebClient.PostMultipartAsync method.
UserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs)Gets the unique identifier for the asynchronous task.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.