RejectOptions(IEnumerable<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RejectOptions.
public RejectOptions(System.Collections.Generic.IEnumerable<string> lockTokens);
new Azure.Messaging.EventGrid.Namespaces.RejectOptions : seq<string> -> Azure.Messaging.EventGrid.Namespaces.RejectOptions
Public Sub New (lockTokens As IEnumerable(Of String))
Parameters
- lockTokens
- IEnumerable<String>
Array of lock tokens.
Exceptions
lockTokens is null.