Instance Property インスタンスプロパティ

multipleThreadsEnabled

A Boolean value that indicates whether the receiver supports requests from multiple threads. レシーバが複数のスレッドからの要請をサポートするかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL multipleThreadsEnabled;

Return Value 戻り値

YES if the receiver supports requests from multiple threads. YES、もしレシーバが複数のスレッドからのリクエストをサポートするならば。

Discussion 議論

YES if the receiver supports requests from multiple threads, otherwise NO. YES、もしレシーバが複数のスレッドからのリクエストをサポートするならば、そうでなければNO

The default is YES. 省略時は、YESです。

See Also 参照

Running the Connection in a New Thread 新しいスレッドにおける接続を実行する