DispatchRuntime.Operations 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.
Obtient une collection d’objets DispatchOperation qui peuvent être utilisés pour contrôler le comportement d’exécution d’une opération particulière.
public:
property System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ Operations { System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ get(); };
public System.Collections.Generic.SynchronizedKeyedCollection<string,System.ServiceModel.Dispatcher.DispatchOperation> Operations { get; }
member this.Operations : System.Collections.Generic.SynchronizedKeyedCollection<string, System.ServiceModel.Dispatcher.DispatchOperation>
Public ReadOnly Property Operations As SynchronizedKeyedCollection(Of String, DispatchOperation)
Valeur de propriété
Collection SynchronizedKeyedCollection<K,T> de type String et d'objets DispatchOperation.
Remarques
Utilisez la propriété Operations pour inspecter ou modifier des paramètres, pour la sérialisation et la désérialisation des valeurs de retour et des paramètres de contrôle, pour l'appel d'opérations de contrôle et pour modifier d'autres comportements pour une opération unique. Pour plus d'informations, consultez DispatchOperation.