FactoryRestoreSnapshot Method |
Assigns the factory passed across to
Singleton.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void RestoreSnapshot(
IClassFactory previousFactory
)
Public Shared Sub RestoreSnapshot (
previousFactory As IClassFactory
)
public:
static void RestoreSnapshot(
IClassFactory^ previousFactory
)
static member RestoreSnapshot :
previousFactory : IClassFactory -> unit
Parameters
- previousFactory
- Type: InterfaceFactoryIClassFactory
The snapshot that was taken with TakeSnapshot.
See Also