Acrux.Threading
IControlMessageDeliverPolicy Interface
NamespacesAcrux.Threading.NotificationsIControlMessageDeliverPolicy
This interface must be implemented by Controls which are notification receivers and want to specify a custom policy of message delivery when the HWND of the receiver control hasn't been created yet but there is a message to be delivered. The default delivery policy for Controls that don't implement this interface is RetryLater.
Declaration Syntax
C#Visual BasicVisual C++
public interface IControlMessageDeliverPolicy
Public Interface IControlMessageDeliverPolicy
public interface class IControlMessageDeliverPolicy
Members
All MembersProperties



IconMemberDescription
DeliveryPolicy
The delivery policy requested by the Notification Receiver Control

DiscardTimeOutOnRetry
The timeout after which the message will be discarded if a RetryLater delivery policy is used.

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)