ArcObjects Library Reference (Framework)  

IMultiThreadedApplication.RegisterThreadManager Method

Registers a DLL thread manager with the application.

[Visual Basic .NET]
Public Function RegisterThreadManager ( _
    ByVal pThreadMgr As IDllThreadManager _
) As Integer
[C#]
public int RegisterThreadManager (
    IDllThreadManager pThreadMgr
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMultiThreadedApplication Interface