ServiceBusMessagingFactorySettings Class

Represents the service bus messaging factory settings.

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.MessagingFactorySettings
    Microsoft.ServiceBus.Messaging.ServiceBusMessagingFactorySettings

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public NotInheritable Class ServiceBusMessagingFactorySettings _
    Inherits MessagingFactorySettings
'Usage
Dim instance As ServiceBusMessagingFactorySettings
public sealed class ServiceBusMessagingFactorySettings : MessagingFactorySettings
public ref class ServiceBusMessagingFactorySettings sealed : public MessagingFactorySettings
[<SealedAttribute>]
type ServiceBusMessagingFactorySettings =  
    class
        inherit MessagingFactorySettings
    end
public final class ServiceBusMessagingFactorySettings extends MessagingFactorySettings

The ServiceBusMessagingFactorySettings type exposes the following members.

Constructors

  Name Description
Public method ServiceBusMessagingFactorySettings Initializes a new instance of the ServiceBusMessagingFactorySettings class.

Top

Properties

  Name Description
Public property Credential Gets or sets the credential that is required for all messaging factory operations.
Public property OperationTimeout Gets or sets the TimeSpan for all messaging operations. (Inherited from MessagingFactorySettings.)
Public property SbmpTransportSettings Gets or sets the transport settings required for the Sbmp protocol.

Top

Methods

  Name Description
Public method Clone Makes a deep copy of this object. (Overrides MessagingFactorySettings.Clone().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnBeginCreateFactory Executes the begin create factory action. (Inherited from MessagingFactorySettings.)
Protected method OnEndCreateFactory Executes the end create factory action. (Inherited from MessagingFactorySettings.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

Microsoft.ServiceBus.Messaging Namespace