RuntimeEntityDescription Class

NOTE: This class is for internal use only and is not intended to be instantiated from user code.

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.RuntimeEntityDescription

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

Syntax

'Declaration
Public NotInheritable Class RuntimeEntityDescription
'Usage
Dim instance As RuntimeEntityDescription
public sealed class RuntimeEntityDescription
public ref class RuntimeEntityDescription sealed
[<SealedAttribute>]
type RuntimeEntityDescription =  class end
public final class RuntimeEntityDescription

The RuntimeEntityDescription type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property EnablePartitioning Gets or sets whether partitioning is enabled for this runtime entity.
Public property PartitionCount Gets or sets the number of partitions for this runtime entity.
Public property RequiresDuplicateDetection Gets or sets whether duplicate detection is required.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString Returns a string representation of RuntimeEntityDescription. (Overrides Object.ToString().)

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