Partager via


DispatchOperation.CallContextInitializers Propriété

Définition

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é

SynchronizedCollection<ICallContextInitializer>

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.

S’applique à