gpt4 book ai didi

function - 如何获取 Azure FunctionApp 绑定(bind)的返回绑定(bind)属性

转载 作者:行者123 更新时间:2023-12-03 02:52:40 24 4
gpt4 key购买 nike

我有功能:

[FunctionName("test-function")]
[return: ServiceBus("topic-name", Connection = "connection-string")]
public static Task<Message> TestFunction([TimerTrigger("%TimerSchedule%")]TimerInfo timer, ILogger log)
{
return Task.FromResult(new Message());
}

如何通过反射获取 ServiceBus 属性,因为它不是方法 CustomAttributes 集合的一部分?

最佳答案

Getting Attribute Data For Return Value of .NET Method

x.ReturnParameter.GetCustomAttributesData()

关于function - 如何获取 Azure FunctionApp 绑定(bind)的返回绑定(bind)属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55099522/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com