| Visual Basic (Declaration) | |
|---|---|
Public Sub GetAllDetails( _ ByVal onCompleted As Action(Of IDictionary(Of Integer,FeatureLayerInfo),Exception) _ ) | |
| C# | |
|---|---|
public void GetAllDetails( Action<IDictionary<int,FeatureLayerInfo>,Exception> onCompleted ) | |
Parameters
- onCompleted
- The method to call when details of the sub layer or table is retrieved.
Target Platforms:Windows Phone 7