get_categories_details Method
Return list of all categories as class "category"
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static ConcurrentDictionary<string, category> get_categories_details() |
VB |
Public Shared Function get_categories_details As ConcurrentDictionary(Of String, category) |
Return Value
Type: ConcurrentDictionary(String, category)Dictionary of type "category"
See Also
functions Class
Scheduler Namespace