Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IDictionary Interface |
'Declaration <DefaultMemberAttribute("Item")> <ComConversionLossAttribute()> <TypeLibTypeAttribute(TypeLibTypeFlags.FDual Or _ TypeLibTypeFlags.FDispatchable)> <GuidAttribute("42C642C1-97E1-11CF-978F-00A02463E06F")> <ComImportAttribute()> Public Interface IDictionary
'Usage Dim instance As IDictionary
[DefaultMember("Item")] [ComConversionLoss()] [TypeLibType(TypeLibTypeFlags.FDual | TypeLibTypeFlags.FDispatchable)] [Guid("42C642C1-97E1-11CF-978F-00A02463E06F")] [ComImport()] public interface IDictionary
For example, Process Framework uses IDictionary on the "toplevel" nodes in Session Manager (My Sessions, User\Status Sessions, etc.) to store the actual query used on the database to obtain the list. In a roundabout kind of way, this is how that grid on the right-hand side gets populated with all the sessions in the resulting list.
IDictionary is also available on the IMMPxSubtask2 interface to provide a list of supported parameters and the incoming list of parameters.
IDictionary is available on IMMPxTask2 to allow a subtask to cache various data and make it accessible to other subtasks to use.
'Declaration <DefaultMemberAttribute("Item")> <ComConversionLossAttribute()> <TypeLibTypeAttribute(TypeLibTypeFlags.FDual Or _ TypeLibTypeFlags.FDispatchable)> <GuidAttribute("42C642C1-97E1-11CF-978F-00A02463E06F")> <ComImportAttribute()> Public Interface IDictionary
'Usage Dim instance As IDictionary
[DefaultMember("Item")] [ComConversionLoss()] [TypeLibType(TypeLibTypeFlags.FDual | TypeLibTypeFlags.FDispatchable)] [Guid("42C642C1-97E1-11CF-978F-00A02463E06F")] [ComImport()] public interface IDictionary
For example, Process Framework uses IDictionary on the "toplevel" nodes in Session Manager (My Sessions, User\Status Sessions, etc.) to store the actual query used on the database to obtain the list. In a roundabout kind of way, this is how that grid on the right-hand side gets populated with all the sessions in the resulting list.
IDictionary is also available on the IMMPxSubtask2 interface to provide a list of supported parameters and the incoming list of parameters.
IDictionary is available on IMMPxTask2 to allow a subtask to cache various data and make it accessible to other subtasks to use.
Miner.Interop.Process.IDictionary