ArcGIS API for Silverlight - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.