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