SoapServerType.GetMethod(Object) 方法

定义

返回与 SoapServerMethod 指定键关联的项。

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

参数

key
Object

与所需 SoapServerMethod键关联的键。

返回

SoapServerMethod 指定键关联的项。

适用于