SoapServerType.GetDuplicateMethod(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 dupliqué associé à la clé spécifiée.
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
Paramètres
- key
- Object
Clé associée au SoapServerMethod dupliqué souhaité.
Retours
SoapServerMethod dupliqué associé à la clé spécifiée.