init

Returns an initialized NSOperation object. 初期化されたNSOperationオブジェクトを返します。

Declaration 宣言

- (id)init

Return Value 戻り値

The initialized NSOperation object. 初期化されたNSOperationオブジェクト。

Overview 概要

Your custom subclasses must call this method. The default implementation initializes the object’s instance variables and prepares it for use. This method runs on the current thread—that is, the thread you use to allocate the operation object. あなたのあつらえのサブクラスは、このメソッドを呼び出さなければなりません。省略時の実装は、オブジェクトのもつインスタンス変数を初期化します、そして使うためにそれを準備します。このメソッドは現在のスレッド — すなわち、あなたが使用して演算オブジェクトをアロケートするスレッドを実行します。

See Also 参照

Related Documentation 関連文書