|
|
ConcurrentDictionary<string, AddressValue> param = new ConcurrentDictionary<string, AddressValue>();
|
|
ConcurrentDictionary<string, AddressValue> param = new ConcurrentDictionary<string, AddressValue>();
|
|
|
AddressValue addressValue = YSAI.Core.handler.AddressHandler.ExecuteDispose(queueData.addressDetails, notification.Value.ToString()); //数据
|
|
AddressValue addressValue = YSAI.Core.handler.AddressHandler.ExecuteDispose(queueData.addressDetails, notification.Value.ToString()); //数据
|
|
|
param.AddOrUpdate(queueData.addressDetails.AddressName, addressValue, (k, v) => addressValue);
|
|
param.AddOrUpdate(queueData.addressDetails.AddressName, addressValue, (k, v) => addressValue);
|