com.esri.arcgis.carto
Interface IMxdServerStatus
- All Superinterfaces: 
- Serializable
- All Known Implementing Classes: 
- MxdServer
- public interface IMxdServerStatus 
- extends Serializable
Provides access to the MxdServer current operation status.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| Method Summary | 
|  void | cancel()Cancels the current MxdServer operation.
 | 
 
cancel
void cancel()
            throws IOException,
                   AutomationException
- Cancels the current MxdServer operation.
  Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 
 
- 
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.