SendMessageChannelCache.AllowUnsafeCaching 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 ou définit une valeur qui indique s'il faut activer la mise en cache.
public:
property bool AllowUnsafeCaching { bool get(); void set(bool value); };
public bool AllowUnsafeCaching { get; set; }
member this.AllowUnsafeCaching : bool with get, set
Public Property AllowUnsafeCaching As Boolean
Valeur de propriété
true
pour activer la mise en cache ; sinon, false
.
Remarques
Si l'activité Send de votre flux de travail a des points de terminaison définis dans la configuration, la mise en cache peut être non sécurisée. Elle est par conséquent désactivée par défaut. Toutefois, si vous souhaitez activer la mise en cache, définissez cette propriété true
sur .