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

removeRequestMode:

Removes mode from the set of run-loop input modes the receiver uses for connection requests. modeを、接続要請のためにレシーバが使う一揃いの実行ループ入力モードから取り除きます。

Declaration 宣言

- (void)removeRequestMode:(NSString *)rmode;

Parameters パラメータ

mode

The mode to remove from the set of run-loop input modes the receiver uses for connection requests. 接続要請のためにレシーバが使う一揃いの実行ループ入力モードから取り除くモード。

See Also 参照

Configuring Instances インスタンスを構成設定する

Related Documentation 関連文書