Retrieves the names and IDs of all released process definitions.
KeyValue array for pairs of process definition IDs and process definition names.
KeyValue[] defs = svc.GetReleasedProcDefs(); for (int i = 0; i < defs.Length; i++) { Console.WriteLine("Key=" + defs[i].Key.Tostring() + "************"+"Value=" + defs[i].Value.Tostring()); }
3.2.0.4 and higher