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,030
  • 21
  • 100
  • 124
samnaction
  • 1,094
  • 1
  • 19
  • 43

0 Answers0