The IOneWayAsync interface is used for the WCF-NetMsmq one-way transactional receive locations. The WCF adapters asynchronously process messages incoming through this interface.
[ServiceContract(Namespace = http://www.microsoft.com/biztalk/2006/r2/wcf-adapter")] public interface IOneWayAsyncTxn
IOneWayAsyncTxn.BeginOneWayMethod Method
Asynchronously processes messages incoming through the WCF-NetMsmq one-way transactional receive locations.
IOneWayAsyncTxn.EndOneWayMethod Method
<End> method corresponding to BeginTwoWayMethod for the asynchronous operation implementation.
IOneWayAsyncTxn.BizTalkSubmit Method
Causes the runtime to create WSDL operations in the metadata. This method should never get invoked.