SoapServerMethod Constructeurs
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.
Crée un SoapServerMethod.
Surcharges
SoapServerMethod() |
Crée un SoapServerMethod. |
SoapServerMethod(Type, LogicalMethodInfo) |
Crée un SoapServerMethod. |
SoapServerMethod()
Crée un SoapServerMethod.
public:
SoapServerMethod();
public SoapServerMethod ();
Public Sub New ()
S’applique à
SoapServerMethod(Type, LogicalMethodInfo)
Crée un SoapServerMethod.
public:
SoapServerMethod(Type ^ serverType, System::Web::Services::Protocols::LogicalMethodInfo ^ methodInfo);
public SoapServerMethod (Type serverType, System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
new System.Web.Services.Protocols.SoapServerMethod : Type * System.Web.Services.Protocols.LogicalMethodInfo -> System.Web.Services.Protocols.SoapServerMethod
Public Sub New (serverType As Type, methodInfo As LogicalMethodInfo)
Paramètres
- methodInfo
- LogicalMethodInfo
LogicalMethodInfo avec lequel initialiser ce SoapServerMethod.