droft1312 Asked:2020-09-17 22:37:56 +0000 UTC2020-09-17 22:37:56 +0000 UTC 2020-09-17 22:37:56 +0000 UTC 如何延迟在 Azure ServiceBus 队列上发送消息? 772 我需要延迟一分钟发送一条消息,之后我的 AzureFunction 将处理该消息。如何在 .NET Core 2.0 项目中做到这一点? .net-core 1 个回答 Voted Best Answer Dmitri M 2020-11-06T14:15:29Z2020-11-06T14:15:29Z 将 ScheduleEnqueueTimeUtc 设置为您希望它出现的时间。例如,将一分钟添加到 DateTimeOffset.UtcNow。
将 ScheduleEnqueueTimeUtc 设置为您希望它出现的时间。例如,将一分钟添加到 DateTimeOffset.UtcNow。