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