Visual Basic (Declaration) | |
---|---|
Public Sub DeleteRasters( _ ByVal rasterIDs As IEnumerable(Of Integer), _ ByVal onCompleted As Action(Of ImageServiceEditResults,Exception) _ ) |
C# | |
---|---|
public void DeleteRasters( IEnumerable<int> rasterIDs, Action<ImageServiceEditResults,Exception> onCompleted ) |
Parameters
- rasterIDs
- The raster IDs.
- onCompleted
- The on completed.
Target Platforms:Windows Phone 7