ArcGIS API for Windows Phone - Library Reference
Initialize Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Layer Class : Initialize Method

Initializes the resource.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Initialize() 
C# 
public virtual void Initialize()

Remarks

Override this method if your resource requires asyncronous requests to initialize, and call the base method when initialization is completed.

Upon completion of initialization, check the Layer.InitializationFailure for any possible errors.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.