StoreTraceData Method

Sends trace data to the subscribers.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void TraceData(
	string message
)

Parameters

message  String
Data to trace.

See Also