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


IDrLoader.GetThreadHandle Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDrLoader.GetThreadHandle Method

Gets the loading thread handle.

[Visual Basic .NET]
Public Function GetThreadHandle ( _
) As Integer
[C#]
public int GetThreadHandle (
);
[C++]
HRESULT GetThreadHandle(
  long* pHandle
);
[C++]

Parameters pHandle [out, retval] pHandle is a parameter of type long

Product Availability

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

Description

Get the handle of the loader.

See Also

IDrLoader Interface