Share via


PartitionManagerOptions.RenewInterval Property

 

Gets or sets the renewal interval for all leases for partitions currently held by the EventProcessorHost instance.

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

Syntax

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

Property Value

Type: System.TimeSpan

The interval to renew the partition.

See Also

PartitionManagerOptions Class
Microsoft.ServiceBus.Messaging Namespace

Return to top