GigaSpaces XAP.NET Documentation
GSProcessOptions Constructor (type)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGSProcessOptionsGSProcessOptions(String)
Constructs a new grid service options with the given process type. By default, will use JVM to start it.
Declaration Syntax
C#Visual BasicVisual C++J#
public GSProcessOptions(
	string type
)
Public Sub New ( _
	type As String _
)
public:
GSProcessOptions(
	String^ type
)
public GSProcessOptions(
	String type
)
Parameters
type (String)
process type.

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