ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServiceX.Close Method

Shuts downs and cleans up the Image Service object. This function does not clean up other objects created by the Image Service object itself.

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

Product Availability

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

See Also

IAISImageServiceX Interface