Visual Basic (Declaration) | |
---|---|
Public Sub GetRasterInfo( _ ByVal rasterID As Integer, _ ByVal onCompleted As Action(Of RasterInfo,Exception) _ ) |
C# | |
---|---|
public void GetRasterInfo( int rasterID, Action<RasterInfo,Exception> onCompleted ) |
Parameters
- rasterID
- The raster ID.
- onCompleted
- The method to call when raster information is retrieved.
Target Platforms:Windows Phone 7