Return Value 戻り値
The initialized NSOperation
object.
初期化されたNSOperation
オブジェクト。
NSOperation
object.
初期化されたNSOperation
オブジェクトを返します。
Technology
- (id)init
The initialized NSOperation
object.
初期化されたNSOperation
オブジェクト。
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. あなたのあつらえのサブクラスは、このメソッドを呼び出さなければなりません。省略時の実装は、オブジェクトのもつインスタンス変数を初期化します、そして使うためにそれを準備します。このメソッドは現在のスレッド — すなわち、あなたが使用して演算オブジェクトをアロケートするスレッドを実行します。