RenewLockOptions Class

Definition

Array of lock tokens for the corresponding received Cloud Events to be renewed.

public class RenewLockOptions
type RenewLockOptions = class
Public Class RenewLockOptions
Inheritance
RenewLockOptions
Implements

Constructors

RenewLockOptions(IEnumerable<String>)

Initializes a new instance of RenewLockOptions.

Properties

LockTokens

Array of lock tokens.

Explicit Interface Implementations

IJsonModel<RenewLockOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RenewLockOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RenewLockOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RenewLockOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RenewLockOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to