Exemplo n.º 1
0
 /// <summary>
 /// A dictionary representing the user-defined JSON string describing the custom attributes of this Task.
 /// </summary>
 public Dictionary <string, string> ParseAttributes()
 {
     return(TaskRouterClient.FromJsonToDictionary(Attributes));
 }