Class

NSInvocationOperation

An operation that manages the execution of a single encapsulated task specified as an invocation. ある発動として指定される単一のカプセル化されたタスクの実行を管理する演算。

Declaration 宣言

@interface NSInvocationOperation : NSOperation

Overview 概要

The NSInvocationOperation class is a concrete subclass of NSOperation that you use to initiate an operation that consists of invoking a selector on a specified object. This class implements a non-concurrent operation. NSInvocationOperationクラスは、NSOperationの具象サブクラスです、それは、あるセレクタをある指定されたオブジェクト上で発動することから成るある演算に着手するために、あなたが使います。このクラスは非並行演算を実装します。

For more information on concurrent versus non-concurrent operations, see NSOperation. 並行に対する非並行演算に関するさらなる情報として、NSOperationを見てください。

Topics 話題

Initialization 初期化

Getting Attributes 属性を取得する

Constants 定数

Relationships 関係

Inherits From 継承元

See Also 参照

Operations さまざまな演算