ArcGIS Runtime SDK for WPF - Library Reference
PostMultipartCompleted Event
See Also 
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) 
Error (Inherited from System.ComponentModel.AsyncCompletedEventArgs) 
Result Gets a readable stream that contains data that might be returned by a ArcGISWebClient.PostMultipartAsync method.
UserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs) 

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.