SoapServerType.GetDuplicateMethod(Object) Méthode

Définition

Retourne le doublon SoapServerMethod 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 doublon SoapServerMethodsouhaité.

Retours

Dupliqué SoapServerMethod associé à la clé spécifiée.

S’applique à