InvocationContextExtensions.GetUserGroupManagerAsync Method
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.
Get the user group manager of this hub.
public static System.Threading.Tasks.Task<Microsoft.Azure.SignalR.Management.IUserGroupManager> GetUserGroupManagerAsync (this Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext invocationContext);
static member GetUserGroupManagerAsync : Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext -> System.Threading.Tasks.Task<Microsoft.Azure.SignalR.Management.IUserGroupManager>
<Extension()>
Public Function GetUserGroupManagerAsync (invocationContext As InvocationContext) As Task(Of IUserGroupManager)
Parameters
- invocationContext
- InvocationContext
Returns
Task<Microsoft.Azure.SignalR.Management.IUserGroupManager>