Skip to content

Commit a192b2d

Browse files
Allow consumer to act directly on the MobileServiceClient instance
1 parent 5dbaf37 commit a192b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NomadCode.Azure/NomadCode.Azure/AzureClient/AzureClient.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public partial class AzureClient
3131
static MobileServiceClient Client => _client ?? (_client = new MobileServiceClient (appUri));
3232

3333

34+
public MobileServiceClient MobileServiceClient => Client;
35+
3436
#region tables
3537

3638
#if OFFLINE_SYNC_ENABLED

0 commit comments

Comments
 (0)