Skip to content

Commit

Permalink
Merge pull request #223 from WildernessLabs/queue_count
Browse files Browse the repository at this point in the history
add QueueCount prop
  • Loading branch information
adrianstevens committed May 1, 2024
2 parents b134ba1 + ca71c7a commit 2be223b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Meadow.Contracts/Cloud/IMeadowCloudService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public interface IMeadowCloudService
/// </summary>
CloudConnectionState ConnectionState { get; }

/// <summary>
/// Gets the current number of items to be sent.
/// </summary>
int QueueCount { get ; }

/// <summary>
/// Sends a log message to the Meadow.Cloud service
/// </summary>
Expand Down

0 comments on commit 2be223b

Please sign in to comment.