ArcFM Engine Developer Guide
MessageExpirationAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
Specifies the recommended timeout for a OneWay message.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class MessageExpirationAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As MessageExpirationAttribute
[AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class MessageExpirationAttribute : 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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

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

 

 


Send Comment