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


IAISClientObjectX.Close Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISClientObjectX Interface > IAISClientObjectX.Close Method
ArcGIS Developer Help

IAISClientObjectX.Close Method

Shuts down and cleans up the Client object.

[Visual Basic .NET]
Public Function Close ( _
) As Boolean
[C#]
public bool Close (
);
[C++]
HRESULT Close(
void
);

Product Availability

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

See Also

IAISClientObjectX Interface