CorrelationCallbackMessageProperty.IsFullyDefined Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.