NodeServicesOptions.NodeInstanceFactory Propriété
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.
Spécifie comment construire Node.js instances. Un INodeInstance encapsule tous les détails sur la façon dont Node.js instances sont lancées et communiquées. Un nouveau INodeInstance est créé automatiquement si le instance précédent est terminé (par exemple, parce qu’un fichier source a changé).
public:
property Func<Microsoft::AspNetCore::NodeServices::HostingModels::INodeInstance ^> ^ NodeInstanceFactory { Func<Microsoft::AspNetCore::NodeServices::HostingModels::INodeInstance ^> ^ get(); void set(Func<Microsoft::AspNetCore::NodeServices::HostingModels::INodeInstance ^> ^ value); };
public Func<Microsoft.AspNetCore.NodeServices.HostingModels.INodeInstance> NodeInstanceFactory { get; set; }
member this.NodeInstanceFactory : Func<Microsoft.AspNetCore.NodeServices.HostingModels.INodeInstance> with get, set
Public Property NodeInstanceFactory As Func(Of INodeInstance)