DispatchOperation.CallContextInitializers 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.
Collection d'objets ICallContextInitializer qui définit les méthodes qui activent l'initialisation et le recyclage du stockage local des threads avec le thread qui appelle le code utilisateur.
public:
property System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::ICallContextInitializer ^> ^ CallContextInitializers { System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::ICallContextInitializer ^> ^ get(); };
public System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.ICallContextInitializer> CallContextInitializers { get; }
member this.CallContextInitializers : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.ICallContextInitializer>
Public ReadOnly Property CallContextInitializers As SynchronizedCollection(Of ICallContextInitializer)
Valeur de propriété
Collection d'objets ICallContextInitializer.
Remarques
Utilisez la propriété CallContextInitializers pour ajouter des objets ICallContextInitializer personnalisés qui ajoutent l'état au contexte d'appel pour la durée de l'appel et peuvent le récupérer suite à l'achèvement de l'appel mais avant de retourner le message.