System.ServiceModel.PeerMessagePropagationFilter.ShouldMessagePropagate C# (CSharp) Метод

ShouldMessagePropagate() публичный абстрактный Метод

public abstract ShouldMessagePropagate ( Message message, PeerMessageOrigination origination ) : PeerMessagePropagation
message Message
origination PeerMessageOrigination
Результат PeerMessagePropagation
        public abstract PeerMessagePropagation ShouldMessagePropagate(Message message, PeerMessageOrigination origination);
    }
PeerMessagePropagationFilter