AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DeleteWorkerBlock operation. The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MTurk.AmazonMTurkRequest
      Amazon.MTurk.Model.DeleteWorkerBlockRequest

Namespace: Amazon.MTurk.Model
Assembly: AWSSDK.MTurk.dll
Version: 3.x.y.z

Syntax

C#
public class DeleteWorkerBlockRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The DeleteWorkerBlockRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteWorkerBlockRequest()

Properties

NameTypeDescription
Public Property Reason System.String

Gets and sets the property Reason.

A message that explains the reason for unblocking the Worker. The Worker does not see this message.

Public Property WorkerId System.String

Gets and sets the property WorkerId.

The ID of the Worker to unblock.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5