 | MemoryCacheTrimJobParameters Property |
Get the parameter definitions
Namespace: SanteDB.Caching.Memory.JobsAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntaxpublic IDictionary<string, Type> Parameters { get; }Public ReadOnly Property Parameters As IDictionary(Of String, Type)
Get
public:
virtual property IDictionary<String^, Type^>^ Parameters {
IDictionary<String^, Type^>^ get () sealed;
}abstract Parameters : IDictionary<string, Type> with get
override Parameters : IDictionary<string, Type> with get
Property Value
IDictionaryString,
TypeImplements
IJobParameters
See Also