DicomEventLogDataSet Constructor(SerializationInfo,StreamingContext)

Summary

Initializes a new instance of the DicomEventLogDataSet class.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
protected DicomEventLogDataSet( 
   SerializationInfo info, 
   StreamingContext context 
) 
  
<DebuggerNonUserCodeAttribute()> 
Protected Function New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
) 
[DebuggerNonUserCodeAttribute()] 
protected: 
DicomEventLogDataSet(  
   SerializationInfo^ info, 
   StreamingContext context 
) 

Parameters

The data needed to serialize or deserialize an object.

The source and destination of a given serialized stream.

Remarks

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly