Deserialize strongly typed object from Azure Service Bus Queue (v1) using BrokeredMessage
问题 for whatever reason I can't seem to figure out how to pull my object out of my queue and deserialize it back into what it was placed into it as (An AccountEventDTO ). Azure function successfully placing object into queue: [FunctionName("AccountCreatedHook")] public static async Task<HttpResponseMessage> Run([HttpTrigger(AuthorizationLevel.Function, "post", Route = null)]HttpRequestMessage req, TraceWriter log, [ServiceBus("topic-name", Connection = "BusConnectionString", EntityType =