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

Syntax

C#
public Task<bool> UpdateContactUsAsync(
	string contactUsId,
	string viewed,
	string responded,
	string active,
	string key
)
Visual Basic
Public Function UpdateContactUsAsync ( 
	contactUsId As String,
	viewed As String,
	responded As String,
	active As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ UpdateContactUsAsync(
	String^ contactUsId, 
	String^ viewed, 
	String^ responded, 
	String^ active, 
	String^ key
) sealed

Parameters

contactUsId
Type: System..::..String
viewed
Type: System..::..String
responded
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..UpdateContactUsAsync(String, String, String, String, String)

See Also