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

AF SDK Reference

AFTrace.Flush Method

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFTrace.Flush Method
Flushes the trace output buffers, and causes buffered data to be written to the output listeners.

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

Syntax

public static void Flush()
Public Shared Sub Flush


AFTrace.Flush()
public:
static void Flush()
static member Flush : unit -> unit 

Remarks

Use this method to ensure logged events have been written to the output listeners.

Version Information

AFSDK


See Also

In This Topic
Related Links