mediatr

  1. C

    Azure Event Grid publish EventGridTopicEvent

    HI All, I have scenario where I need to publish "EventGridTopicEvent" data and at the same time I need to store this event information in the Azure Storage Table. I would like to know is there any way to get the information(like T/F) if Publish event successfully done or not(any error), If it...
  2. R

    Question Help with "MediatR" template implementation

    Hi! I want to master this small library and I have the following question. I have implemented: Domain namespace MediatrDemo.Domain { public class Client { public int ID { get; set; } public string Name { get; set; } public string OtherInfo { get; set; } } }...
Back
Top Bottom