NetworkStreamerProcessor¶
Namespace: WellFired.Profile
Implements: WellFired.Profile.ProfileProcessor.IProfileProcessor
Description¶
Public Methods¶
| NetworkStreamerProcessor ( string address, Protocol protocol = Protocol.TCP ) | |
| void | RecordingStarted ( :ref:`ProbeRecorder<classwellfired_profile_probes_proberecorder>`[] probeRecorders ) |
| void | RecordingUpdated ( ) |
| void | RecordingStopped ( ) |
Breakdown¶
- NetworkStreamerProcessor ( string address, Protocol protocol = Protocol.TCP )
void RecordingStarted ( :ref:`ProbeRecorder<classwellfired_profile_probes_proberecorder>`[] probeRecorders )
Description
The Record has been started
Parameters
probeRecorders This recording session will record these probes
void RecordingUpdated ( )
Description
The recording data has been updated.
void RecordingStopped ( )
Description
The recording has stopped.