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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFNotificationContacts.TraceData Method

AFNotificationContacts.TraceData Method
Output a data trace event.

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

Syntax

public void TraceData(
	string format,
	params Object[] args
)
Public Sub TraceData ( 
	format As String,
	ParamArray args As Object()
)

Dim instance As AFNotificationContacts
Dim format As String
Dim args As Object()

instance.TraceData(format, args)
public:
virtual void TraceData(
	String^ format, 
	... array<Object^>^ args
) sealed
abstract TraceData : 
        format : string * 
        args : Object[] -> unit 
override TraceData : 
        format : string * 
        args : Object[] -> unit 

Parameters

format
Type: System.String
The format string of the trace event message being generated.
args
Type:System.Object[]
A variable list of arguments for the format string of the trace message being generated.

Implements

IAFTrace.TraceData(String,Object[])

Version Information

AFSDK


See Also

Was this topic helpful?