Type Method 型メソッド

removeSubscriber:

Removes a proxy progress object that the add subscriber method returns. あるプロキシ進捗オブジェクトを取り除きます、それは購買者を追加するメソッドが返すものです。

Declaration 宣言

+ (void)removeSubscriber:(id)subscriber;

Parameters パラメータ

subscriber

The proxy of the progress object to observe.

Discussion 議論

If the block for addSubscriberForFileURL:withPublishingHandler: returns a closure, the system invokes that closure on the main thread when you invoke removeSubscriber:.

See Also 参照

Observing and Controlling File Progress by Other Processes ファイル進捗を他のプロセスによって監視および制御する