RemoteTextConnection.UnregisterThread(UInt32) Method

Definition

Unregisters a thread registered via RegisterThread when cleaning up, or when that thread will no longer host remote UI.

public:
 virtual void UnregisterThread(unsigned int threadId) = UnregisterThread;
void UnregisterThread(uint32_t const& threadId);
public void UnregisterThread(uint threadId);
function unregisterThread(threadId)
Public Sub UnregisterThread (threadId As UInteger)

Parameters

threadId
UInt32

unsigned int

uint32_t

The ID of a thread that will no longer present remote content.

Applies to

See also