#### [Abblix\.SecurityEvents](https://www.abblix.com/en/docs/api/abblix-securityevents 'index')
### [Abblix\.SecurityEvents\.Delivery](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Delivery 'Abblix\.SecurityEvents\.Delivery').[PollRequest](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Delivery.PollRequest 'Abblix\.SecurityEvents\.Delivery\.PollRequest')

## PollRequest\.ParameterNames Class

The wire names of the poll request members \(RFC 8936 Section 2\.2\)\.

```csharp
public static class PollRequest.ParameterNames
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ParameterNames
### Fields

## PollRequest\.ParameterNames\.Acknowledged Field {#Abblix.SecurityEvents.Delivery.PollRequest.ParameterNames.Acknowledged}

The acknowledgement member\.

```csharp
public const string Acknowledged = "ack";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## PollRequest\.ParameterNames\.Errors Field {#Abblix.SecurityEvents.Delivery.PollRequest.ParameterNames.Errors}

The per\-token error report member\.

```csharp
public const string Errors = "setErrs";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## PollRequest\.ParameterNames\.MaxEvents Field {#Abblix.SecurityEvents.Delivery.PollRequest.ParameterNames.MaxEvents}

The maximum\-events member\.

```csharp
public const string MaxEvents = "maxEvents";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## PollRequest\.ParameterNames\.ReturnImmediately Field {#Abblix.SecurityEvents.Delivery.PollRequest.ParameterNames.ReturnImmediately}

The short\-poll switch member\.

```csharp
public const string ReturnImmediately = "returnImmediately";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
