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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET