Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFProgressEventArgs.CancelNext Property

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFProgressEventArgs.CancelNext Property
Set to to cancel the next step of this operation.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public bool CancelNext { get; set; }
Public Property CancelNext As Boolean
	Get
	Set

Dim instance As AFProgressEventArgs
Dim value As Boolean

value = instance.CancelNext

instance.CancelNext = value
public:
property bool CancelNext {
	bool get ();
	void set (bool value);
}
member CancelNext : bool with get, set

Property Value

Type: Boolean
Set to if the next step of the operation is to be canceled.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in