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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7