GigaSpaces XAP.NET Documentation
Initialize Method
Class LibraryGigaSpaces.CoreGigaSpacesFactoryInitialize()()()
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.
Declaration Syntax
C#Visual BasicVisual C++J#
public static bool Initialize()
Public Shared Function Initialize As Boolean
public:
static bool Initialize()
public static boolean Initialize()
Return Value
true if initialization was executed, false if factory was already initialized.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)