Spread for ASP.NET 12 Product Documentation
Background Constructor(SerializationInfo,StreamingContext)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class > Background Constructor : Background Constructor(SerializationInfo,StreamingContext)
Serialization information
Streaming context
Creates a new background from serialization.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New Background(info, context)
protected Background( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
Serialization information
context
Streaming context
See Also

Reference

Background Class
Background Members
Overload List