System.ServiceModel.Dispatcher.IInvokeReceivedNotification
interface IInvokeReceivedNotification
namespace System.ServiceModel.Dispatcher
{
internal interface IInvokeReceivedNotification
{
void NotifyInvokeReceived();
void NotifyInvokeReceived(RequestContext request);
}
}