IReceiveContextSettings Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that enables you to set receive context settings.
public interface class IReceiveContextSettings
	public interface IReceiveContextSettings
	type IReceiveContextSettings = interface
	Public Interface IReceiveContextSettings
	Remarks
Receive context allows for controlled acknowledgement when using a one-way message channel and non-destructive reads when using a queued channel.
Properties
| Enabled | 
		 Gets or sets a value that specifies if receive context is enabled.  | 
        	
| ValidityDuration | 
		 Gets a value that specifies a connection timeout when used with direct channels and message lock duration when used with queued channels.  |