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


IMultiThreadedApplication.UnregisterThreadManager Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

IMultiThreadedApplication.UnregisterThreadManager Method

Unregisters a DLL thread manager with the application.

[Visual Basic .NET]
Public Sub UnregisterThreadManager ( _
    ByVal mgrCookie As Integer _
)
[C#]
public void UnregisterThreadManager (
    int mgrCookie
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMultiThreadedApplication Interface