result
結果
The result of the invocation or method.
発動またはメソッドの結果。
Availability 有効性
Technology
@property(readonly, retain) NSInvocation
*invocation;
The invocation object identifying the target object, selector, and parameters to use to execute the operation’s task. 演算のもつタスクを遂行するのに使うためのターゲットオブジェクト、セレクタ、そしてパラメータを識別している発動オブジェクト。
result
結果
- initWithTarget:selector:object:
NSInvocationOperation
object initialized with the specified target and selector.
指定されたターゲトとセレクタで初期化されたNSInvocationOperation
オブジェクトを返します。
- initWithInvocation:
NSInvocationOperation
object initialized with the specified invocation object.
指定された発動オブジェクトで初期化されたNSInvocationOperation
オブジェクトを返します。