Visual Basic (Declaration) | |
---|---|
Public Sub GetRasterCatalogItems( _ ByVal query As Query, _ ByVal onCompleted As Action(Of FeatureSet,Exception) _ ) |
C# | |
---|---|
public void GetRasterCatalogItems( Query query, Action<FeatureSet,Exception> onCompleted ) |
Parameters
- query
- The query.
- onCompleted
- The on completed.
Target Platforms:Windows Phone 7