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

removeFromRunLoop:forMode:

Removes the receiver from the run loop mode mode of runLoop. レシーバをrunLoopの実行ループモードmodeから取り除きます。

Declaration 宣言

- (void)removeFromRunLoop:(NSRunLoop *)runLoop 
                  forMode:(NSRunLoopMode)mode;

Parameters パラメータ

runLoop

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

mode

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

Discussion 議論

When the receiver is removed, the run loop stops monitoring the Mach port for incoming messages. レシーバが取り除かれる時、実行ループはMachポートをやってくるメッセージに対して監視することを停止します。

See Also 参照

Scheduling the Port on a Run Loop ポートを実行ループ上で予定する