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

Syntax

C#
public Task<bool> AddBlockedPageAsync(
	string userId,
	string pageId,
	string userRoleId,
	string key
)
Visual Basic
Public Function AddBlockedPageAsync ( 
	userId As String,
	pageId As String,
	userRoleId As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ AddBlockedPageAsync(
	String^ userId, 
	String^ pageId, 
	String^ userRoleId, 
	String^ key
) sealed

Parameters

userId
Type: System..::..String
pageId
Type: System..::..String
userRoleId
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..AddBlockedPageAsync(String, String, String, String)

See Also