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


IAISClientObjectX.Close Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* retVal
);
[C++]

Parameters retVal [out, retval] retVal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAISClientObjectX Interface