2

I have a C# library with the following code:

    namespace MyProducer
    {
        public class Producer
        {
            public async Task PublishAsync(int Id, string name)
            {
            }
        }
    }

How can I call this from a managed CLR C++?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
samnaction
  • 1,194
  • 1
  • 17
  • 45

0 Answers0