ValueCollectionParameterReader.GetInitializer(LogicalMethodInfo) 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 un initialiseur pour la méthode spécifiée.
public:
override System::Object ^ GetInitializer(System::Web::Services::Protocols::LogicalMethodInfo ^ methodInfo);
public override object GetInitializer (System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
override this.GetInitializer : System.Web.Services.Protocols.LogicalMethodInfo -> obj
Public Overrides Function GetInitializer (methodInfo As LogicalMethodInfo) As Object
Paramètres
- methodInfo
- LogicalMethodInfo
LogicalMethodInfo qui spécifie la méthode web pour laquelle l’initialiseur est récupéré.
Retours
LogicalMethodInfo représentant la méthode Web.
Remarques
L’objet retourné par la GetInitializer méthode est la InParameters propriété du methodinfo
paramètre. La InParameters valeur de la propriété est un tableau de type ParameterInfo .
La GetInitializer méthode est appelée pendant l’initialisation du service. Plus tard, au moment du traitement d’une demande, l’objet de l’initialiseur est passé à la Initialize méthode d’une autre ValueCollectionParameterReader instance. L’autre instance effectue la lecture réelle.