NetEventRelayBindingElement.ReliableSession Property
Gets an XML element that contains the optional configuration setting for WS-Reliable Messaging on the binding.
Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As NetEventRelayBindingElement
Dim value As StandardBindingOptionalReliableSessionElement
value = instance.ReliableSession
Syntax
'Declaration
<ConfigurationPropertyAttribute("reliableSession")> _
Public ReadOnly Property ReliableSession As StandardBindingOptionalReliableSessionElement
[ConfigurationPropertyAttribute("reliableSession")]
public StandardBindingOptionalReliableSessionElement ReliableSession { get; }
[ConfigurationPropertyAttribute(L"reliableSession")]
public:
property StandardBindingOptionalReliableSessionElement^ ReliableSession {
StandardBindingOptionalReliableSessionElement^ get ();
}
/** @property */
public StandardBindingOptionalReliableSessionElement get_ReliableSession ()
public function get ReliableSession () : StandardBindingOptionalReliableSessionElement
Property Value
Returns a StandardBindingOptionalReliableSessionElement that represents the optional configuration.
Remarks
For more information on using the App.config file to configure your application, see Configuring an AppFabric Service Bus Application and Creating a Custom AppFabric Service Bus Binding.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
NetEventRelayBindingElement Class
NetEventRelayBindingElement Members
Microsoft.ServiceBus.Configuration Namespace