CorrelationCallbackMessageProperty.IsFullyDefined Property

Definition

Determines whether the CorrelationCallbackMessageProperty has all of the required correlation data.

public:
 property bool IsFullyDefined { bool get(); };
public bool IsFullyDefined { get; }
member this.IsFullyDefined : bool
Public ReadOnly Property IsFullyDefined As Boolean

Property Value

true if all of the required correlation data is present; otherwise, false.

Remarks

When all required data has been added, the NeededData list is empty and IsFullyDefined returns true.

Applies to