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


IGlobeServerCooker.GetThreadHandle Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.GetThreadHandle Method
ArcGIS Developer Help

IGlobeServerCooker.GetThreadHandle Method

Gets the Cook thread handle.

[Visual Basic .NET]
Public Sub GetThreadHandle ( _
    ByRef pHandle As Integer _
)
[C#]
public void GetThreadHandle (
    ref int pHandle
);
[C++]
HRESULT GetThreadHandle(
  System.Int32* pHandle
);
[C++]
Parameters
pHandle [in, out]

pHandle is a parameter of type long*

Product Availability

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

See Also

IGlobeServerCooker Interface