This document is archived and information here might be outdated.  Recommended version.


IGlobeServerCooker.Cancel Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerCooker.Cancel Method

Cancels cooking. It will additionally stop the cookers on the Server

[Visual Basic .NET]
Public Sub Cancel ( _
)
[C#]
public void Cancel (
);
[C++]
HRESULT Cancel(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServerCooker Interface