Type Method 型メソッド

connectionWithRegisteredName:host:usingNameServer:

Returns the NSConnection object whose send port links it to the NSConnection object registered under a given name with a given server on a given host. NSConnectionオブジェクトを返します、それの送信ポートはそれをNSConnectionオブジェクトで、ある与えられた名前のもとにある与えられたサーバとある与えられたホスト上で登録されるものと連結します。

Declaration 宣言

+ (instancetype)connectionWithRegisteredName:(NSString *)name 
                                        host:(NSString *)hostName 
                             usingNameServer:(NSPortNameServer *)server;

Parameters パラメータ

name

The connection name. 接続名

hostName

The host name. ホスト名。

server

The name server. ネームサーバー。

Return Value 戻り値

The NSConnection object whose send port links it to the NSConnection object registered with server under name on the host named hostName. NSConnectionオブジェクト、それの送信ポートはそれを、servernameのもとhostNameと名前をつけられるホスト上で登録されるNSConnectionオブジェクトに連結します。

Discussion 議論

See connectionWithRegisteredName:host: for more information. connectionWithRegisteredName:host:をさらなる情報のために見てください。

See Also 参照

Getting a Remote Object リモートオブジェクトを取得する