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 NotifyWorkers operation. The NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker ID. You can specify up to 100 Worker IDs to send the same message with a single call to the NotifyWorkers operation. The NotifyWorkers operation will send a notification email to a Worker only if you have previously approved or rejected work from the Worker.

Inheritance Hierarchy

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

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

Syntax

C#
public class NotifyWorkersRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The NotifyWorkersRequest type exposes the following members

Constructors

NameDescription
Public Method NotifyWorkersRequest()

Properties

NameTypeDescription
Public Property MessageText System.String

Gets and sets the property MessageText.

The text of the email message to send. Can include up to 4,096 characters

Public Property Subject System.String

Gets and sets the property Subject.

The subject line of the email message to send. Can include up to 200 characters.

Public Property WorkerIds System.Collections.Generic.List<System.String>

Gets and sets the property WorkerIds.

A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.

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