GigaSpaces XAP.NET Documentation
Initialize Method
Class LibraryGigaSpaces.CoreGigaSpacesFactoryInitialize()()()
Members
IconMemberDescription
Initialize()()()
Initializes the factory. If the factory is already initialized this method has no effect. Calling this method is optional - if it was not called, the factory will automatically invoke it on the first time it is required. Use this method if you wish to explicitly initialize the factory at a specific timing.

Initialize(String) Obsolete.
Loads configuration from the specified custom configuration file, then initialized the factory. This is equivalent to invoking LoadCustomConfiguration(customConfigFilePath) followed by Initialize().

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)