1 implementation of IInvokeReceivedNotification
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
828
class MessageRpcInvokeNotification :
IInvokeReceivedNotification
3 references to IInvokeReceivedNotification
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedReceiveMessageProperty.cs (1)
43
internal
IInvokeReceivedNotification
Notification
System\ServiceModel\Dispatcher\IManualConcurrencyOperationInvoker.cs (2)
14
object Invoke(object instance, object[] inputs,
IInvokeReceivedNotification
notification, out object[] outputs);
16
IAsyncResult InvokeBegin(object instance, object[] inputs,
IInvokeReceivedNotification
notification, AsyncCallback callback, object state);