IWithSession Interface

Definition

The stage of the queue definition allowing to enable session support.

public interface IWithSession
type IWithSession = interface
Public Interface IWithSession
Derived

Methods

WithoutSession()

Specifies that session support should be disabled for the queue.

WithSession()

Specifies that session support should be enabled for the queue.

Applies to