GigaSpaces XAP.NET Documentation
UserDetails Method (userName, password)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentUserDetails(String, String)
Sets the username and password (effectively making the processing unit secured) for the processing unit deployment.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual MemcachedDeployment UserDetails(
	string userName,
	string password
)
Public Overridable Function UserDetails ( _
	userName As String, _
	password As String _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ UserDetails(
	String^ userName, 
	String^ password
)
public MemcachedDeployment UserDetails(
	String userName,
	String password
)
Parameters
userName (String)
Username.
password (String)
Password
Return Value
The MemcachedDeployment set with the specified user details.

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