Condividi tramite


DispatchOperation.CallContextInitializers Proprietà

Definizione

Raccolta di oggetti ICallContextInitializer che definisce i metodi che consentono di inizializzare e riciclare la memoria locale di thread con il thread che richiama il codice utente.

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)

Valore della proprietà

SynchronizedCollection<ICallContextInitializer>

Raccolta di oggetti ICallContextInitializer.

Commenti

Utilizzare la proprietà CallContextInitializers per aggiungere oggetti ICallContextInitializer personalizzati che aggiungono uno stato al contesto di chiamata per la durata della chiamata e possono recuperarlo successivo al completamento della chiamata, ma prima di restituire il messaggio.

Si applica a