IDataCollectorConfigurationEditor.VerifyData Method

Definition

Verifies whether any errors have occurred. Typically called by the framework before closing the data collector configuration editor.

public:
 bool VerifyData();
public bool VerifyData ();
abstract member VerifyData : unit -> bool
Public Function VerifyData () As Boolean

Returns

true if no errors have occurred; otherwise, false.

Applies to