GigaSpaces XAP.NET Documentation
EnvironmentVariable Method (name, value)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentLookupServiceOptionsEnvironmentVariable(String, String)
Sets an environment variable that will be passed to forked process.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual LookupServiceOptions EnvironmentVariable(
	string name,
	string value
)
Public Overridable Function EnvironmentVariable ( _
	name As String, _
	value As String _
) As LookupServiceOptions
public:
virtual LookupServiceOptions^ EnvironmentVariable(
	String^ name, 
	String^ value
)
public LookupServiceOptions EnvironmentVariable(
	String name,
	String value
)
Parameters
name (String)
variable name.
value (String)
variable value.
Return Value

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

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