InvocationContextExtensions.GetGroupsAsync(InvocationContext) 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 group manager of this hub.
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.SignalR.IGroupManager> GetGroupsAsync (this Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext invocationContext);
static member GetGroupsAsync : Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext -> System.Threading.Tasks.Task<Microsoft.AspNetCore.SignalR.IGroupManager>
<Extension()>
Public Function GetGroupsAsync (invocationContext As InvocationContext) As Task(Of IGroupManager)
Parameters
- invocationContext
- InvocationContext