GigaSpaces XAP.NET Documentation
VmInputArgument Method (vmInputArgument)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentLookupServiceOptionsVmInputArgument(String)
Will add a JVM level argument when the process is executed using pure JVM. For example, the memory can be controlled using
CopyC#
-Xmx512m
.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual LookupServiceOptions VmInputArgument(
	string vmInputArgument
)
Public Overridable Function VmInputArgument ( _
	vmInputArgument As String _
) As LookupServiceOptions
public:
virtual LookupServiceOptions^ VmInputArgument(
	String^ vmInputArgument
)
public LookupServiceOptions VmInputArgument(
	String vmInputArgument
)
Parameters
vmInputArgument (String)
argument to add.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.Admin.ServiceGrid.Agent.LookupServiceOptions.VmInputArgument(System.String)]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)