NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceEveryNSamplesWrittenEventArgs.GetObjectData MethodCurrent page
Table of Contents

EveryNSamplesWrittenEventArgs.GetObjectData Method

EveryNSamplesWrittenEventArgs.GetObjectData Method

EveryNSamplesWrittenEventArgsGetObjectData Method

Sets the SerializationInfo object with information about the exception.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

protected virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Protected Overridable Sub GetObjectData ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
Contextual information about the source or destination.

See Also

In This Section
Was this information helpful?