MessageCountDetails Constructors
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.
Overloads
MessageCountDetails() |
Initializes a new instance of the MessageCountDetails class. |
MessageCountDetails(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the MessageCountDetails class. |
MessageCountDetails()
Initializes a new instance of the MessageCountDetails class.
public MessageCountDetails ();
Public Sub New ()
Applies to
MessageCountDetails(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the MessageCountDetails class.
public MessageCountDetails (long? activeMessageCount = default, long? deadLetterMessageCount = default, long? scheduledMessageCount = default, long? transferMessageCount = default, long? transferDeadLetterMessageCount = default);
new Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails
Public Sub New (Optional activeMessageCount As Nullable(Of Long) = Nothing, Optional deadLetterMessageCount As Nullable(Of Long) = Nothing, Optional scheduledMessageCount As Nullable(Of Long) = Nothing, Optional transferMessageCount As Nullable(Of Long) = Nothing, Optional transferDeadLetterMessageCount As Nullable(Of Long) = Nothing)
Parameters
Number of messages transferred to another queue, topic, or subscription.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET