Share via


PartitionManagerOptions.AcquireInterval Property

 

Gets or sets the interval at which the EventProcessorHost instance begins a task to determine whether partitions are distributed evenly among known host instances.

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

Syntax

public TimeSpan AcquireInterval { get; set; }
public:
property TimeSpan AcquireInterval {
    TimeSpan get();
    void set(TimeSpan value);
}
member AcquireInterval : TimeSpan with get, set
Public Property AcquireInterval As TimeSpan

Property Value

Type: System.TimeSpan

The acquire interval of the partition.

See Also

PartitionManagerOptions Class
Microsoft.ServiceBus.Messaging Namespace

Return to top