MessagingEventGridNamespacesModelFactory.ReceiveResult Method
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 ReceiveResult.
public static Azure.Messaging.EventGrid.Namespaces.ReceiveResult ReceiveResult (System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.Namespaces.ReceiveDetails> value = default);
static member ReceiveResult : seq<Azure.Messaging.EventGrid.Namespaces.ReceiveDetails> -> Azure.Messaging.EventGrid.Namespaces.ReceiveResult
Public Shared Function ReceiveResult (Optional value As IEnumerable(Of ReceiveDetails) = Nothing) As ReceiveResult
Parameters
- value
- IEnumerable<ReceiveDetails>
Array of receive responses, one per cloud event.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET