Instance Method
インスタンスメソッド
removePortForName:
Unregisters the port for a given name on the local host.
与えられた名前に対するポートをローカルホスト上で登録解除します。
Declaration
宣言
- (BOOL)removePortForName:(NSString
*)name;
Parameters
パラメータ
portName
The name of the port to unregister.
登録解除することになるポートの名前。
Return Value
戻り値
YES
if successful, otherwise NO
.
成功するならばYES
、そうでないならばNO
。
Discussion
議論
If the operation is successful, the port can no longer be looked up using the name portName
. Other applications that already have a reference to the port can continue to use it until it becomes invalid.
操作が成功ならば、ポートはもはや名前portName
を使って調べられることができません。既にそのポートへの参照を持つ他のアプリケーションは、それの使用を継続できます、それが無効になるまでは。
See Also
参照
Registering and Removing Ports
ポートの登録と除去
- registerPort:name:
Registers a given port as a network service with the specified name in the local domain.
与えられたポートをネットワークサービスとしてこの指定された名前でローカルドメインにおいて登録します。
Deprecated
非推奨