DeleteOptions

DeleteOptions class

Provides options for the delete operation.

public class DeleteOptions

Constructors

Name Description
DeleteOptions() Initializes a new instance of the DeleteOptions class.

Properties

Name Description
IsAsync { get; set; } Gets or sets the flag of asynchronous performing the operation. The default value is false.

See Also