IOneWayAsync.BeginOneWayMethod Method
Asynchronously processes messages incoming through the WCF-NetMsmq one-way non-transactional receive locations.
Warning
This topic is provided for information only. You can use this information to interpret the instances that WCF performance counters create for the WCF adapters and the auto-generated metadata for the WCF adapters. Do not rely on this information when you create applications.
Method Declaration
[OperationContract(AsyncPattern = true, IsOneWay = true, Action = "*")]
IAsyncResult BeginOneWayMethod(Message message, AsyncCallback callback, object state);
Parameters
message
Message object constraining the WCF request message
callback
Callback object indicating the method to be called when the corresponding asynchronous operation completes.
state
User-defined object that qualifies or contains information about the asynchronous operation.
Return Value
This method returns the status of the asynchronous operation.