Enum SubscriberClient.Reply (3.1.0)

public enum Reply

Reply from a message handler; whether to Ack or Nack the message to the server.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

NameDescription
Ack

Message handled successfully.

Nack

Message not handled successfully.