ArcFM Responder Mobile Developer Guide
MessageExpirationAttribute Class
Members 






Specifies the recommended timeout for a OneWay message.
Object Model
MessageExpirationAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class MessageExpirationAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As MessageExpirationAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class MessageExpirationAttribute : System.Attribute 
public class MessageExpirationAttribute = class(System.Attribute)sealed; 
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=, 
   Inherited=)
public sealed class MessageExpirationAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc __sealed class MessageExpirationAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class MessageExpirationAttribute sealed : public System.Attribute 
Remarks
For use with MSMQ transport (can be used with OneWay or SimulatedOneWay). The MSMQClientChannelTransportSink uses this attribute to override it's internal (or configured) timeouts.
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Responder.Shared.Channels.MSMQ.MessageExpirationAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageExpirationAttribute Members
Miner.Responder.Shared.Channels.MSMQ Namespace

Send Feedback