Instance Method インスタンスメソッド

removeRunLoop:

Removes a given NSRunLoop object from the list of run loops the receiver monitors and from which it responds to requests. 与えられたNSRunLoopオブジェクトを、レシーバが監視するそしてそれからそれが要請に応答する実行ループのリストから取り除きます。

Declaration 宣言

- (void)removeRunLoop:(NSRunLoop *)runloop;

Parameters パラメータ

runloop

The run loop to remove from the receiver. レシーバから取り除くことになる実行ループ。

See Also 参照

Running the Connection in a New Thread 新しいスレッドにおける接続を実行する