Partager via


NodeServicesOptions.NodeInstanceFactory Propriété

Définition

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)

Valeur de propriété

S’applique à