Version

Load(PersistenceGroup,Stream) Method

Loads all objects of a group from a stream.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByVal group As PersistenceGroup, _
   ByVal stream As Stream _
) 
public static void Load( 
   PersistenceGroup group,
   Stream stream
)

Parameters

group
The group that contains the objects that should be loaded into.
stream
The stream in which the object information should be loaded from.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also