コード例 #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='keyValueId'>
 /// </param>
 public static void HomeGetKvHistoryPost(this ISettingsServiceV2API operations, string keyValueId = default(string))
 {
     operations.HomeGetKvHistoryPostAsync(keyValueId).GetAwaiter().GetResult();
 }