How to Write a WCF service method which should accept the logs as a collection in C# ? My WCF service should accept the collection of log messages and then we have to insert into the DB.
Thanks !!!
How to Write a WCF service method which should accept the logs as a collection in C# ? My WCF service should accept the collection of log messages and then we have to insert into the DB.
Thanks !!!
Copyright © 2021 Jogjafile Inc.
You can implement that simply as follows: ( you might add yourself any other parameters you want to the service method including service headers)