SoapServerType.GetMethod(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le SoapServerMethod associé à la clé spécifiée.
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
Paramètres
- key
- Object
Clé associée au SoapServerMethod souhaité.
Retours
SoapServerMethod associé à la clé spécifiée.