@@ -185,6 +185,12 @@ internal ServiceBusMessageBatch() { }
185185 public void Dispose ( ) { }
186186 public bool TryAddMessage ( Azure . Messaging . ServiceBus . ServiceBusMessage message ) { throw null ; }
187187 }
188+ public enum ServiceBusMessageState
189+ {
190+ Active = 0 ,
191+ Deferred = 1 ,
192+ Scheduled = 2 ,
193+ }
188194 public static partial class ServiceBusModelFactory
189195 {
190196 public static Azure . Messaging . ServiceBus . Administration . QueueProperties QueueProperties ( string name , System . TimeSpan lockDuration , long maxSizeInMegabytes , bool requiresDuplicateDetection , bool requiresSession , System . TimeSpan defaultMessageTimeToLive , System . TimeSpan autoDeleteOnIdle , bool deadLetteringOnMessageExpiration , System . TimeSpan duplicateDetectionHistoryTimeWindow , int maxDeliveryCount , bool enableBatchedOperations , Azure . Messaging . ServiceBus . Administration . EntityStatus status , string forwardTo , string forwardDeadLetteredMessagesTo , string userMetadata , bool enablePartitioning ) { throw null ; }
@@ -193,7 +199,9 @@ public static partial class ServiceBusModelFactory
193199 public static Azure . Messaging . ServiceBus . Administration . QueueRuntimeProperties QueueRuntimeProperties ( string name , long activeMessageCount = ( long ) 0 , long scheduledMessageCount = ( long ) 0 , long deadLetterMessageCount = ( long ) 0 , long transferDeadLetterMessageCount = ( long ) 0 , long transferMessageCount = ( long ) 0 , long totalMessageCount = ( long ) 0 , long sizeInBytes = ( long ) 0 , System . DateTimeOffset createdAt = default ( System . DateTimeOffset ) , System . DateTimeOffset updatedAt = default ( System . DateTimeOffset ) , System . DateTimeOffset accessedAt = default ( System . DateTimeOffset ) ) { throw null ; }
194200 public static Azure . Messaging . ServiceBus . Administration . RuleProperties RuleProperties ( string name , Azure . Messaging . ServiceBus . Administration . RuleFilter filter = null , Azure . Messaging . ServiceBus . Administration . RuleAction action = null ) { throw null ; }
195201 public static Azure . Messaging . ServiceBus . ServiceBusMessageBatch ServiceBusMessageBatch ( long batchSizeBytes , System . Collections . Generic . IList < Azure . Messaging . ServiceBus . ServiceBusMessage > batchMessageStore , Azure . Messaging . ServiceBus . CreateMessageBatchOptions batchOptions = null , System . Func < Azure . Messaging . ServiceBus . ServiceBusMessage , bool > tryAddCallback = null ) { throw null ; }
196- public static Azure . Messaging . ServiceBus . ServiceBusReceivedMessage ServiceBusReceivedMessage ( System . BinaryData body = null , string messageId = null , string partitionKey = null , string viaPartitionKey = null , string sessionId = null , string replyToSessionId = null , System . TimeSpan timeToLive = default ( System . TimeSpan ) , string correlationId = null , string subject = null , string to = null , string contentType = null , string replyTo = null , System . DateTimeOffset scheduledEnqueueTime = default ( System . DateTimeOffset ) , System . Collections . Generic . IDictionary < string , object > properties = null , System . Guid lockTokenGuid = default ( System . Guid ) , int deliveryCount = 0 , System . DateTimeOffset lockedUntil = default ( System . DateTimeOffset ) , long sequenceNumber = ( long ) - 1 , string deadLetterSource = null , long enqueuedSequenceNumber = ( long ) 0 , System . DateTimeOffset enqueuedTime = default ( System . DateTimeOffset ) ) { throw null ; }
202+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
203+ public static Azure . Messaging . ServiceBus . ServiceBusReceivedMessage ServiceBusReceivedMessage ( System . BinaryData body , string messageId , string partitionKey , string viaPartitionKey , string sessionId , string replyToSessionId , System . TimeSpan timeToLive , string correlationId , string subject , string to , string contentType , string replyTo , System . DateTimeOffset scheduledEnqueueTime , System . Collections . Generic . IDictionary < string , object > properties , System . Guid lockTokenGuid , int deliveryCount , System . DateTimeOffset lockedUntil , long sequenceNumber , string deadLetterSource , long enqueuedSequenceNumber , System . DateTimeOffset enqueuedTime ) { throw null ; }
204+ public static Azure . Messaging . ServiceBus . ServiceBusReceivedMessage ServiceBusReceivedMessage ( System . BinaryData body = null , string messageId = null , string partitionKey = null , string viaPartitionKey = null , string sessionId = null , string replyToSessionId = null , System . TimeSpan timeToLive = default ( System . TimeSpan ) , string correlationId = null , string subject = null , string to = null , string contentType = null , string replyTo = null , System . DateTimeOffset scheduledEnqueueTime = default ( System . DateTimeOffset ) , System . Collections . Generic . IDictionary < string , object > properties = null , System . Guid lockTokenGuid = default ( System . Guid ) , int deliveryCount = 0 , System . DateTimeOffset lockedUntil = default ( System . DateTimeOffset ) , long sequenceNumber = ( long ) - 1 , string deadLetterSource = null , long enqueuedSequenceNumber = ( long ) 0 , System . DateTimeOffset enqueuedTime = default ( System . DateTimeOffset ) , Azure . Messaging . ServiceBus . ServiceBusMessageState serviceBusMessageState = Azure . Messaging . ServiceBus . ServiceBusMessageState . Active ) { throw null ; }
197205 public static Azure . Messaging . ServiceBus . Administration . SubscriptionProperties SubscriptionProperties ( string topicName , string subscriptionName , System . TimeSpan lockDuration = default ( System . TimeSpan ) , bool requiresSession = false , System . TimeSpan defaultMessageTimeToLive = default ( System . TimeSpan ) , System . TimeSpan autoDeleteOnIdle = default ( System . TimeSpan ) , bool deadLetteringOnMessageExpiration = false , int maxDeliveryCount = 0 , bool enableBatchedOperations = false , Azure . Messaging . ServiceBus . Administration . EntityStatus status = default ( Azure . Messaging . ServiceBus . Administration . EntityStatus ) , string forwardTo = null , string forwardDeadLetteredMessagesTo = null , string userMetadata = null ) { throw null ; }
198206 public static Azure . Messaging . ServiceBus . Administration . SubscriptionRuntimeProperties SubscriptionRuntimeProperties ( string topicName , string subscriptionName , long activeMessageCount = ( long ) 0 , long deadLetterMessageCount = ( long ) 0 , long transferDeadLetterMessageCount = ( long ) 0 , long transferMessageCount = ( long ) 0 , long totalMessageCount = ( long ) 0 , System . DateTimeOffset createdAt = default ( System . DateTimeOffset ) , System . DateTimeOffset updatedAt = default ( System . DateTimeOffset ) , System . DateTimeOffset accessedAt = default ( System . DateTimeOffset ) ) { throw null ; }
199207 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
@@ -270,6 +278,7 @@ internal ServiceBusReceivedMessage() { }
270278 public System . DateTimeOffset ScheduledEnqueueTime { get { throw null ; } }
271279 public long SequenceNumber { get { throw null ; } }
272280 public string SessionId { get { throw null ; } }
281+ public Azure . Messaging . ServiceBus . ServiceBusMessageState State { get { throw null ; } }
273282 public string Subject { get { throw null ; } }
274283 public System . TimeSpan TimeToLive { get { throw null ; } }
275284 public string To { get { throw null ; } }
0 commit comments