Esri Business Analyst Server API for Silverlight 2.2 Reference
UploadFeatureSetTask Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.Repository Namespace : UploadFeatureSetTask Class

Glossary Item Box

The Upload Feature Set task uploads a custom feature set into the repository.

Object Model

UploadFeatureSetTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

The result of this task is true if the custom feature set was successfully uploaded.

Example

The code snippet below executes an Upload Feature Set task.
C#Copy Code
// featureSet is a ESRI.ArcGIS.Client.Tasks.FeatureSet.
// outputItem is an output repository item.
            
uploadCustomTradeAreaTask.ExecuteAsync(featureSet, outputItem, new AsyncResponder(resultHandler, faultHandler));

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.AbstractTask
      ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
         ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
            ESRI.ArcGIS.Client.BAServer.Tasks.Repository.UploadFeatureSetTask

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.