Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Task<bool> UpdateUserEntryFullByIdEditAsync(
	string userId,
	string uname,
	string pword,
	string fname,
	string lname,
	string utype,
	string org,
	string status,
	string urole,
	string exp,
	string key
)
Visual Basic
Public Function UpdateUserEntryFullByIdEditAsync ( 
	userId As String,
	uname As String,
	pword As String,
	fname As String,
	lname As String,
	utype As String,
	org As String,
	status As String,
	urole As String,
	exp As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ UpdateUserEntryFullByIdEditAsync(
	String^ userId, 
	String^ uname, 
	String^ pword, 
	String^ fname, 
	String^ lname, 
	String^ utype, 
	String^ org, 
	String^ status, 
	String^ urole, 
	String^ exp, 
	String^ key
) sealed

Return Value

Type: Task<(Of <(<'Boolean>)>)>

Implements

IService1..::..UpdateUserEntryFullByIdEditAsync(String, String, String, String, String, String, String, String, String, String, String)

See Also