Spring.Messaging.Amqp.Rabbit
IsChannelLocallyTransacted Method
See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Listener Namespace > AbstractMessageListenerContainer Class : IsChannelLocallyTransacted Method
channel
The channel to check.
Determines whether the given Channel is locally transacted, that is, whether its transaction is managed by this listener container's Channel handling and not by an external transaction coordinator.

Syntax

C# 
protected virtual bool IsChannelLocallyTransacted( 
   IModel channel
)

Parameters

channel
The channel to check.

Return Value

true if the is channel locally transacted; otherwise, false.

Remarks

This method is about finding out whether the Channel's transaction is local or externally coordinated.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.