SoapServerType.GetDuplicateMethod(Object) 方法

定义

返回与指定键关联的重复的 SoapServerMethodReturns the duplicate SoapServerMethod associated with the specified key.

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 关联的键。The key associated with the desired duplicate SoapServerMethod.

返回

SoapServerMethod

与指定键相关联的重复的 SoapServerMethodThe duplicate SoapServerMethod associated with the specified key.

适用于