次の方法で共有


SoapServerType.GetDuplicateMethod(Object) メソッド

定義

指定したキーに関連付けられている SoapServerMethod の複製を返します。

public:
 System::Web::Services::Protocols::SoapServerMethod ^ GetDuplicateMethod(System::Object ^ key);
public System.Web.Services.Protocols.SoapServerMethod GetDuplicateMethod (object key);
member this.GetDuplicateMethod : obj -> System.Web.Services.Protocols.SoapServerMethod
Public Function GetDuplicateMethod (key As Object) As SoapServerMethod

パラメーター

key
Object

目的の SoapServerMethod の複製に関連付けられているキー。

戻り値

指定したキーに関連付けられている SoapServerMethod の複製。

適用対象