共用方式為


RemoteTextConnection.UnregisterThread(UInt32) 方法

定義

清除時,或該執行緒不再裝載遠端 UI 時,取消註冊透過 RegisterThread 註冊的執行緒。

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)

參數

threadId
UInt32

unsigned int

uint32_t

不再顯示遠端內容的執行緒識別碼。

適用於

另請參閱