Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ForgottenKnowledge 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 ForgottenKnowledge(info, context)
protected ForgottenKnowledge (
SerializationInfo info,
StreamingContext context
)
protected:
ForgottenKnowledge (
SerializationInfo^ info,
StreamingContext context
)
protected ForgottenKnowledge (
SerializationInfo info,
StreamingContext context
)
protected function ForgottenKnowledge (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Serialized object data for the forgotten knowledge.
- context
Contextual information about the stream source or destination.
Remarks
See Also
Reference
ForgottenKnowledge Class
ForgottenKnowledge Members
Microsoft.Synchronization Namespace