PerceptionMonitorDataReceivedEventArgs.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data buffer.
public:
property Buffer ^ Data { Buffer ^ get(); };
Buffer Data();
public Buffer Data { get; }
var buffer = perceptionMonitorDataReceivedEventArgs.data;
Public ReadOnly Property Data As Buffer
Property Value
The data buffer.
Remarks
The data buffer remains active until the DataReceived call completes, unless a deferral is acquired.