ArcObjects Library Reference (GlobeCore)  

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(
  long* 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