Partager via


SoapServerType.GetDuplicateMethod(Object) Méthode

Définition

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.

S’applique à