SoapServerType.GetMethod(Object) Método

Definición

Devuelve el SoapServerMethod asociado a la clave especificada.

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

Parámetros

key
Object

Clave asociada al objeto SoapServerMethod deseado.

Devoluciones

Objeto SoapServerMethod asociado a la clave especificada.

Se aplica a