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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.