Skip to content

Commit

Permalink
Merge pull request #162 from Y-Sindo/zityang/management
Browse files Browse the repository at this point in the history
Move Management legacy sample
  • Loading branch information
JialinXin committed Jul 19, 2021
2 parents 1ccde13 + 301f0ac commit bb7652a
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Azure SignalR Service Management SDK Sample
Azure SignalR Service Management SDK Sample (Legacy)
=================================

This sample shows the use of Azure SignalR Service Management SDK.
This sample shows the legacy usage of Azure SignalR Service Management SDK.

* Message Publisher: shows how to publish messages to SignalR clients using Management SDK.
* Negotiation Server: shows how to negotiate client from you app server to Azure SignalR Service using Management SDK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ static HubConnection CreateHubConnection(string hubEndpoint, string userId)
return connection;
}
}
}
}
File renamed without changes.

0 comments on commit bb7652a

Please sign in to comment.