GigaSpaces XAP.NET Documentation
SetContextProperty Method (key, value)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentSetContextProperty(String, String)
Sets a context deploy time property overriding any existing property with the same key within a processing unit configuration.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual MemcachedDeployment SetContextProperty(
	string key,
	string value
)
Public Overridable Function SetContextProperty ( _
	key As String, _
	value As String _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ SetContextProperty(
	String^ key, 
	String^ value
)
public MemcachedDeployment SetContextProperty(
	String key,
	String value
)
Parameters
key (String)
The property's key.
value (String)
The property's value.
Return Value
The MemcachedDeployment set with the specified property.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)