4 references to cachedInstanceExpiration
System.WorkflowServices (4)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (4)
44
[ConfigurationProperty(
cachedInstanceExpiration
, IsRequired = false, DefaultValue = WorkflowRuntimeBehavior.DefaultCachedInstanceExpirationString)]
51
return (TimeSpan) base[
cachedInstanceExpiration
];
55
base[
cachedInstanceExpiration
] = value;
130
configProperties.Add(new ConfigurationProperty(
cachedInstanceExpiration
, typeof(TimeSpan), WorkflowRuntimeBehavior.DefaultCachedInstanceExpiration));