Share via


SyncKnowledge Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the SyncKnowledge class by using serialized data.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SyncKnowledge(info, context)
protected SyncKnowledge (
    SerializationInfo info,
    StreamingContext context
)
protected:
SyncKnowledge (
    SerializationInfo^ info, 
    StreamingContext context
)
protected SyncKnowledge (
    SerializationInfo info, 
    StreamingContext context
)
protected function SyncKnowledge (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • context
    The StreamingContext object that contains contextual information about the source or destination.

Remarks

See Also

Reference

SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace